Skip to content

Commit

Permalink
chore: always restart in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgarel authored and raphael0202 committed Feb 29, 2024
1 parent df4543b commit ad61749
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/container-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ jobs:
echo "COMPOSE_HTTP_TIMEOUT=120" >> .env
# echo "COMPOSE_PROJECT_NAME=${{ matrix.env }}" >> .env
echo "COMPOSE_PATH_SEPARATOR=;" >> .env
echo "RESTART_POLICY=always" >> .env
echo "COMPOSE_FILE=docker-compose.yml;docker/prod.yml" >> .env
echo "TAG=sha-${{ github.sha }}" >> .env
Expand Down

0 comments on commit ad61749

Please sign in to comment.