Skip to content

Commit

Permalink
Merge pull request #41 from su-its/ci/podman-compose2
Browse files Browse the repository at this point in the history
fix: 今度こそ docker-compose -> podman-compose
  • Loading branch information
h-takeyeah authored Mar 28, 2024
2 parents 45483b4 + 0231016 commit 74f347a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- name: podman-compose up
shell: bash
run: docker-compose up -f compose.yml -d
run: podman-compose up -f compose.yml -d
working-directory: docker
env:
COMPOSE_PROJECT_NAME: typing

0 comments on commit 74f347a

Please sign in to comment.