Skip to content

Commit dae08c2

Browse files
authored
Add docker compose down before up in deploy script
1 parent 61a4059 commit dae08c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ jobs:
3131
port: 22
3232
script: |
3333
cd /root/Hublast/QuizLab
34-
docker compose up --build -d
34+
docker compose down
35+
docker compose up --build -d

0 commit comments

Comments
 (0)