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 702840c commit c581e96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +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@v.0.1.3
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.DEVELOPMENT_HOST }}
username: ${{ secrets.DEVELOPMENT_USERNAME }}
key: ${{ vars.DEVELOPMENT_SSH_KEY }}
script: |
ls
docker pull tropaul322/apiv2:latest
docker pull tropaul322/front:latest
docker compose -f app/docker-compose.yml --compatibility up -d --force-recreate
Expand Down

0 comments on commit c581e96

Please sign in to comment.