remove debug ssh connection
This commit is contained in:
parent
2c16bad7a5
commit
0a0e5bc1ab
1 changed files with 0 additions and 4 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -20,10 +20,6 @@ jobs:
|
|||
chmod 600 ~/.ssh/id_rsa
|
||||
ssh-keyscan -H ${{ secrets.SERVER_IP }} >> ~/.ssh/known_hosts
|
||||
|
||||
- name: Debug SSH Connection
|
||||
run: |
|
||||
ssh -v -o StrictHostKeyChecking=no ${{ secrets.USERNAME }}@${{ secrets.SERVER_IP }} "echo 'SSH Connection Successful'"
|
||||
|
||||
- name: Deploy Files using Rsync
|
||||
run: |
|
||||
rsync -avz --exclude='.git' -e "ssh" $GITHUB_WORKSPACE/ ${{ secrets.USERNAME }}@${{ secrets.SERVER_IP }}:${{ secrets.PROJECT_PATH }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue