Skip to content

Commit

Permalink
add build & force recreate to dev ci
Browse files Browse the repository at this point in the history
  • Loading branch information
VeryBigSad committed Aug 24, 2023
1 parent 6f7e4a0 commit 11db4e2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
password: ${{ secrets.DEV_SERVER_PASSWORD }}
command: |
cd /root/api &&
docker container prune -f &&
docker image prune -a -f &&
git checkout dev &&
git pull &&
Expand Down Expand Up @@ -47,4 +45,4 @@ jobs:
echo "SENTRY_DSN=${{ secrets.SENTRY_DSN }}" >> .env &&
docker-compose -f docker-compose.dev-ci.yml up -d
docker-compose -f docker-compose.dev-ci.yml up -d --build --force-recreate

0 comments on commit 11db4e2

Please sign in to comment.