si
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user