Skip to content

Commit

Permalink
Merge pull request #39 from su-its/ci/podman-compose
Browse files Browse the repository at this point in the history
ci: change docker compose -> podman-compose
  • Loading branch information
h-takeyeah authored Mar 28, 2024
2 parents b73f016 + f88a91b commit 45483b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ on:
jobs:
deploy:
name: Deploy
needs: build-and-push
runs-on: self-hosted

steps:
- uses: actions/checkout@v4
- name: docker compose up
- name: podman-compose up
shell: bash
run: docker compose up -f compose.yml -d
run: docker-compose up -f compose.yml -d
working-directory: docker
env:
COMPOSE_PROJECT_NAME: typing

0 comments on commit 45483b4

Please sign in to comment.