Skip to content

Commit

Permalink
Update dev.yml- compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob-in-son authored Aug 9, 2024
1 parent 347f32e commit bc5255f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
cd /var/www/aihomework/dev
git stash
git pull origin dev
docker-compose down
docker-compose up -d
docker compose down
docker compose up -d
"
env:
SSH_HOST: ${{ secrets.HOST }}
Expand Down

0 comments on commit bc5255f

Please sign in to comment.