Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanJSchoenmakers committed Oct 16, 2023
1 parent 74198aa commit 4fac5d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
name: deploy-api
runs-on: ubuntu-latest

steps:
steps:
- uses: actions/checkout@v2
- uses: docker/setup-buildx-action@v2
- uses: docker/login-action@v2
with:
Expand All @@ -22,7 +23,7 @@ jobs:
# *.cache-from=type=gha
# *.cache-to=type=gha,mode=max
- run: sudo apt-get install sshpass
- run: sshpass -v -p ${{ secrets.DROPLET_PASSWORD }} scp -o StrictHostKeyChecking=no ./docker-compose.yml root@${{ vars.DROPLET_IP }}
- run: sshpass -v -p ${{ secrets.DROPLET_PASSWORD }} scp -o StrictHostKeyChecking=no docker-compose.yml root@${{ vars.DROPLET_IP }}
- uses: appleboy/ssh-action@master
with:
host: ${{ vars.DROPLET_IP }}
Expand Down

0 comments on commit 4fac5d8

Please sign in to comment.