Skip to content

Commit 11db4e2

Browse files
committed
add build & force recreate to dev ci
1 parent 6f7e4a0 commit 11db4e2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/dev-ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
password: ${{ secrets.DEV_SERVER_PASSWORD }}
1818
command: |
1919
cd /root/api &&
20-
docker container prune -f &&
21-
docker image prune -a -f &&
2220
git checkout dev &&
2321
git pull &&
2422
@@ -47,4 +45,4 @@ jobs:
4745
4846
echo "SENTRY_DSN=${{ secrets.SENTRY_DSN }}" >> .env &&
4947
50-
docker-compose -f docker-compose.dev-ci.yml up -d
48+
docker-compose -f docker-compose.dev-ci.yml up -d --build --force-recreate

0 commit comments

Comments
 (0)