Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit 40e5b95

Browse files
committed
chore: take containers down first
1 parent 44f6add commit 40e5b95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deployement.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
port: ${{ secrets.PORT }}
1818
script: |
1919
cd UGent-7
20+
docker-compose -f production.yml down
2021
${{ secrets.PULL_SCRIPT }}
2122
docker-compose -f production.yml build --no-cache
2223
docker-compose -f production.yml up -d

0 commit comments

Comments
 (0)