From 27c1bf357e3a0a9fef82c3d4f609da8eae6932f3 Mon Sep 17 00:00:00 2001 From: binlab Date: Sat, 25 Oct 2025 02:18:37 +0200 Subject: [PATCH] venga --- .gitea/workflows/update-bot.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/update-bot.yml b/.gitea/workflows/update-bot.yml index 72a2f6b..10ae2be 100644 --- a/.gitea/workflows/update-bot.yml +++ b/.gitea/workflows/update-bot.yml @@ -13,12 +13,12 @@ jobs: - name: SFTP Deploy uses: https://github.com/wlixcc/SFTP-Deploy-Action@v1.2.4 with: - username: root + username: binlab server: 172.17.0.1 port: 22 local_path: ./* - remote_path: /home/admin/${{ env.REPO_NAME }}/ - password: ${{ secrets.SSH_PASS }} + remote_path: /home/binlab/${{ env.REPO_NAME }}/ + password: ${{ secrets.KEY }} restart-bot: needs: [deploy-via-sftp] @@ -29,5 +29,5 @@ jobs: with: command: sudo systemctl start ${{ env.REPO_NAME }}-watcher.service & host: 172.17.0.1 - user: root - pass: ${{ secrets.SSH_PASS }} \ No newline at end of file + user: binlab + pass: ${{ secrets.KEY }} \ No newline at end of file