si
This commit is contained in:
@@ -16,10 +16,9 @@ jobs:
|
|||||||
username: root
|
username: root
|
||||||
server: 172.17.0.1
|
server: 172.17.0.1
|
||||||
port: 22
|
port: 22
|
||||||
password: ${{ secrets.SSH_PRIVATE_KEY }}
|
|
||||||
local_path: ./*
|
local_path: ./*
|
||||||
remote_path: /home/admin/${{ env.REPO_NAME }}/
|
remote_path: /home/admin/${{ env.REPO_NAME }}/
|
||||||
ssh_private_key: ignored
|
ssh_private_key: {{ env.SSH_PRIVATE_KEY }}
|
||||||
|
|
||||||
restart-bot:
|
restart-bot:
|
||||||
needs: [deploy-via-sftp]
|
needs: [deploy-via-sftp]
|
||||||
|
|||||||
Reference in New Issue
Block a user