Skip to content

Commit

Permalink
fix: fix extension error yml -> yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
h-takeyeah committed Mar 28, 2024
1 parent cb37541 commit 2191d68
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: podman-compose -f compose.yml up -d
run: podman-compose -f compose.yaml up -d
working-directory: docker
env:
COMPOSE_PROJECT_NAME: typing

0 comments on commit 2191d68

Please sign in to comment.