Skip to content

Commit 99100e7

Browse files
committed
fixed flow again
1 parent d132712 commit 99100e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
git clone https://github.com/${{ github.repository }} ~/repo &&
3939
cd ~/repo &&
4040
docker compose down -v || true &&
41+
docker stop \$(docker ps -aq) || true &&
42+
docker rm \$(docker ps -aq) || true &&
43+
docker volume prune -f || true &&
44+
docker network prune -f || true &&
4145
docker compose build --no-cache &&
4246
docker compose up -d
4347
"

0 commit comments

Comments
 (0)