This commit is contained in:
binlab
2024-05-30 17:01:29 +00:00
parent c4eb19a28d
commit 87465aface

View File

@@ -18,7 +18,7 @@ jobs:
port: 22
local_path: ./*
remote_path: /home/admin/${{ env.REPO_NAME }}/
ssh_private_key: {{ env.SSH_PRIVATE_KEY }}
ssh_private_key: ${{ env.SSH_PRIVATE_KEY }}
restart-bot:
needs: [deploy-via-sftp]