Skip to content

Commit

Permalink
Merge pull request #6 from julienhouyet:develop
Browse files Browse the repository at this point in the history
chore: optimize deploy
  • Loading branch information
julienhouyet authored Mar 15, 2024
2 parents 320e0a2 + 1329f76 commit f179901
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 f179901

Please sign in to comment.