Skip to content

Commit

Permalink
feat: only restart php container on deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrildewit committed Jan 12, 2024
1 parent 5ca1145 commit f6cb38b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:
[ -f .env.docker ] && mv .env.docker .env.docker.old
mv .env.docker.new .env.docker
docker compose pull
docker compose down
docker compose up -d
docker compose down php
docker compose up -d php

0 comments on commit f6cb38b

Please sign in to comment.