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 93f1352 commit 3fc4c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deptest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
- name: Deploy to server
run: |
sshpass -p '${{ secrets.PSWD }}' ssh -v -o StrictHostKeyChecking=no ${{ secrets.USER }}@${{ secrets.HOST }}:2271 <<'ENDSSH'
sshpass -p '${{ secrets.PWD }}' ssh -v -o StrictHostKeyChecking=no ${{ secrets.USER }}@${{ secrets.HOST }}:2271 <<'ENDSSH'
touch /tmp/git_deploy

0 comments on commit 3fc4c74

Please sign in to comment.