Skip to content

Commit

Permalink
chore: optimize deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
julienhouyet committed Mar 15, 2024
1 parent f7ac262 commit 1329f76
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
ssh -o StrictHostKeyChecking=no -p ${{ secrets.SSH_PORT }} ${{ secrets.SSH_USERNAME }}@${{ secrets.SSH_HOST }} << EOF
cd /var/www/api.pokedexia.com
git pull origin main
docker compose -f docker/prod/docker-compose.yml down
docker compose -f docker/prod/docker-compose.yml build --no-cache
docker compose -f docker/prod/docker-compose.yml build
docker compose -f docker/prod/docker-compose.yml up -d
EOF

0 comments on commit 1329f76

Please sign in to comment.