Skip to content

Commit

Permalink
Update github workflow to use docker compose v2
Browse files Browse the repository at this point in the history
  • Loading branch information
GeertRoks committed Nov 7, 2024
1 parent c6a0d53 commit bf77612
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
script: |
cd ~/geertroksdotcom-Portfoliosite
git pull origin master
docker-compose build
docker-compose down
docker-compose up --build -d
docker compose build
docker compose down
docker compose up --build -d

0 comments on commit bf77612

Please sign in to comment.