Skip to content

Commit

Permalink
build: update action.yml to use docker-compose.static.yml
Browse files Browse the repository at this point in the history
Signed-off-by: John DeAngelis <[email protected]>
  • Loading branch information
johndeange committed Nov 6, 2024
1 parent e3103f4 commit 2e4c3be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/run-full-stack/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ runs:
run: |
set -x
export JWT_PRIVATE_KEY="${{ env.JWT_PRIVATE_KEY }}"
docker compose -f docker-compose.yml down -v
docker compose -f docker-compose.yml up db data-import backend frontend-static --build -d
docker compose -f docker-compose.static.yml down -v
docker compose -f docker-compose.static.yml up --build -d

0 comments on commit 2e4c3be

Please sign in to comment.