Skip to content

Commit 9859c65

Browse files
authored
Update rpgf4-staging-deploy.yml
1 parent d2f37be commit 9859c65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rpgf4-staging-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
script: |
2020
cd rpgf4-pw-backend
2121
docker-compose down -v
22-
docker image prune -a --force
22+
docker system prune -af
2323
git checkout rf4-staging
2424
git reset --hard origin/rf4-staging
2525
git pull origin rf4-staging
2626
docker-compose build --no-cache
27-
docker-compose up -d
27+
docker-compose up -d

0 commit comments

Comments
 (0)