no entiendo por qué hice que lo moviera a /root

This commit is contained in:
binlab
2023-10-27 16:05:25 +00:00
parent 75e069a90b
commit f1726d4102

View File

@@ -18,7 +18,7 @@ jobs:
port: 22 port: 22
password: ${{ secrets.SSH_PRIVATE_KEY }} password: ${{ secrets.SSH_PRIVATE_KEY }}
local_path: ./* local_path: ./*
remote_path: /root/${{ env.REPO_NAME }}/ remote_path: /home/admin/${{ env.REPO_NAME }}/
ssh_private_key: ignored ssh_private_key: ignored
restart-bot: restart-bot: