Skip to content

Commit

Permalink
fix adress
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanJSchoenmakers committed Oct 16, 2023
1 parent 55fcd9d commit e331e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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 e331e78

Please sign in to comment.