Skip to content

Commit

Permalink
updated docker compose commands
Browse files Browse the repository at this point in the history
  • Loading branch information
endimion committed Apr 24, 2024
1 parent e359f68 commit 3152bf1
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 @@ -20,6 +20,6 @@ jobs:
run: |
cd /home/nikos/itb/ewc-poc/ewc-wallet-conformance-backend
git pull origin main
docker-compose down
docker-compose build
docker-compose up -d
docker compose down
docker compose build
docker compose up -d

0 comments on commit 3152bf1

Please sign in to comment.