Skip to content

Commit

Permalink
Update deptest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ronbruins authored Nov 10, 2024
1 parent a0d11e4 commit 148e691
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deptest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ jobs:
sudo apt-get install sshpass
- name: Deploy to server
run: touch /tmp/git_deploy_2
run: |
sshpass -p '${{ secrets.PWD }}' ssh -v -p 2271 -o StrictHostKeyChecking=no ${{ secrets.USER }}@${{ secrets.HOST }} <<'ENDSSH'
touch /tmp/git_deploy_2
ENDSSH

0 comments on commit 148e691

Please sign in to comment.