Skip to content

Commit

Permalink
fix: update name for prod compose file in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulijuz committed Jan 26, 2025
1 parent 8895035 commit 0a62baa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: checkout
uses: actions/checkout@v3
- name: build
run: docker compose --env-file .env.default build
run: docker compose --env-file .env.default -f docker-compose.prod.yml build
- name: up
run: docker compose --env-file .env.default up -d
run: docker compose --env-file .env.default -f docker-compose.prod.yml up -d

0 comments on commit 0a62baa

Please sign in to comment.