Skip to content

Commit

Permalink
ci: update production mode on deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mittelblut9 committed Jan 16, 2024
1 parent a2ff7c9 commit 8fd2c87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
- name: Build
run: |
NODE_ENV=production docker compose down && docker compose up -d
export NODE_ENV=production
docker compose down && docker compose up -d
- name: Wait 60 seconds and check if all containers are healthy
run: |
Expand Down

0 comments on commit 8fd2c87

Please sign in to comment.