changes
Deploy Node App / deploy (push) Successful in 14s

This commit is contained in:
Gitea
2026-06-05 12:07:09 +05:30
parent efd947a1d4
commit 5a04015384
+6 -6
View File
@@ -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