Skip to content

Commit

Permalink
added verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
gaskar committed Jan 7, 2024
1 parent fd32c5f commit 93a0dc8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
host: 64.225.102.81
username: root
key: ${{ secrets.SSH_PRIVATE_KEY }}
known_hosts: ${{ secrets.KNOWN_HOSTS }}
script: |
scp -o StrictHostKeyChecking=no ./scripts/deploy.sh root@64.225.102.81:/tmp/deploy.sh
ssh -o StrictHostKeyChecking=no root@64.225.102.81 'bash /tmp/deploy.sh'
scp -v -o StrictHostKeyChecking=no ./scripts/deploy.sh root@64.225.102.81:/tmp/deploy.sh
ssh -v -o StrictHostKeyChecking=no root@64.225.102.81 'bash /tmp/deploy.sh'

0 comments on commit 93a0dc8

Please sign in to comment.