Skip to content

Commit

Permalink
feat: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Trofimov committed Apr 22, 2023
1 parent 4b41325 commit 702840c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
# - name: Build and Push development Docker image
# run: sh ./deploy/deploy.sh tropaul322/front tropaul322/apiv2
- name: Run docker-compose
uses: appleboy/ssh-action@master
uses: appleboy/ssh-action@v.0.1.3
with:
host: ${{ secrets.DEVELOPMENT_HOST }}
username: ${{ secrets.DEVELOPMENT_USERNAME }}
key: ${{ vars.DEVELOPMENT_SSH_KEY }}
script: |
docker pull tropaul322/apiv2:latest
docker pull tropaul322/front:latest
docker compose -f app/docker-compose.yml --compatibility up -d --force-recreate --no-deps
docker compose -f app/docker-compose.yml --compatibility up -d --force-recreate
docker system prune -fa --volumes

0 comments on commit 702840c

Please sign in to comment.