From 5a040153847ea82df3b985fe4958129a6714af46 Mon Sep 17 00:00:00 2001 From: Gitea Date: Fri, 5 Jun 2026 12:07:09 +0530 Subject: [PATCH] changes --- .gitea/workflows/test.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 99c4081..effe487 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -14,9 +14,9 @@ jobs: - name: Copy files to VPS uses: appleboy/scp-action@master with: - host: ${{ secrets.HOST }} - username: ${{ secrets.USER }} - password: ${{ secrets.PASSWORD }} + host: ${{ secrets.VPS_HOST }} + username: ${{ secrets.VPS_USER }} + password: ${{ secrets.VPS_PASSWORD }} port: 22 source: "./*" target: "/root/IR-Node-Setup" @@ -25,9 +25,9 @@ jobs: - name: Execute SSH Commands uses: appleboy/ssh-action@master with: - host: ${{ secrets.HOST }} - username: ${{ secrets.USER }} - password: ${{ secrets.PASSWORD }} + host: ${{ secrets.VPS_HOST }} + username: ${{ secrets.VPS_USER }} + password: ${{ secrets.VPS_PASSWORD }} port: 22 script: | cd /root/IR-Node-Setup