Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
fix(ops): update command for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
danirod committed Oct 29, 2023
1 parent 2b1bfc9 commit 3964a8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
key: ${{ secrets.SSH_KEY }}
passphrase: ${{ secrets.SSH_PASSPHRASE }}
script: |
docker-compose --project-directory docker/makibot pull makibot
docker-compose --project-directory docker/makibot up -d
docker compose --project-directory docker/makigas/makibot pull makibot
docker compose --project-directory docker/makigas/makibot up -d

0 comments on commit 3964a8b

Please sign in to comment.