Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbrembeck authored Jan 24, 2024
1 parent a6ed926 commit ea74dc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,6 @@ jobs:
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
cd vegancheck
docker-compose stop vc-backend
docker-compose pull vc-backend
docker-compose up -d vc-backend
docker-compose stop vc-backend-staging
docker-compose pull vc-backend-staging
docker-compose up -d vc-backend-staging

0 comments on commit ea74dc1

Please sign in to comment.