This commit is contained in:
binlab
2024-05-30 17:00:30 +00:00
parent f0cfe14eb1
commit c4eb19a28d

View File

@@ -16,10 +16,9 @@ jobs:
username: root
server: 172.17.0.1
port: 22
password: ${{ secrets.SSH_PRIVATE_KEY }}
local_path: ./*
remote_path: /home/admin/${{ env.REPO_NAME }}/
ssh_private_key: ignored
ssh_private_key: {{ env.SSH_PRIVATE_KEY }}
restart-bot:
needs: [deploy-via-sftp]