yml change
Deploy Node App / deploy (push) Successful in 15s

This commit is contained in:
Gitea
2026-06-05 11:49:04 +05:30
parent 8b91aa81f2
commit 9f44ef4ac5
3 changed files with 9 additions and 665 deletions
+6 -6
View File
@@ -14,9 +14,9 @@ jobs:
- name: Copy files to VPS
uses: appleboy/scp-action@master
with:
host: 172.236.185.26
username: root
password: LinodeUser#26
host: ${{ secrets.VPS_HOST }}
username: ${{ secrets.VPS_USER }}
password: ${{ secrets.VPS_PASSWORD }}
port: 22
source: "./*"
target: "/root/gyanBuddy"
@@ -25,9 +25,9 @@ jobs:
- name: Execute SSH Commands
uses: appleboy/ssh-action@master
with:
host: 172.236.185.26
username: root
password: LinodeUser#26
host: ${{ secrets.VPS_HOST }}
username: ${{ secrets.VPS_USER }}
password: ${{ secrets.VPS_PASSWORD }}
port: 22
script: |
cd /root/gyanBuddy