changes
Deploy Node App / deploy (push) Failing after 4s

This commit is contained in:
Gitea
2026-06-05 12:00:59 +05:30
parent 4ce1841d1d
commit 9d607e062f
3 changed files with 7 additions and 7 deletions
-1
View File
@@ -1 +0,0 @@
AZURE_OPENAI_KEY=o20WLCQfubbGTo0SnkS70lefG0tHvdZlzcUGHOPDmww0igy94Up0JQQJ99CEAC77bzfXJ3w3AAAAACOGIUYb
+6 -6
View File
@@ -14,9 +14,9 @@ jobs:
- name: Copy files to VPS - name: Copy files to VPS
uses: appleboy/scp-action@master uses: appleboy/scp-action@master
with: with:
host: 172.236.185.26 host: ${{ secrets.VPS_HOST }}
username: root username: ${{ secrets.USER }}
password: LinodeUser#26 password: ${{ secrets.PASSWORD }}
port: 22 port: 22
source: "./*" source: "./*"
target: "/root/IR-Node-Setup" target: "/root/IR-Node-Setup"
@@ -25,9 +25,9 @@ jobs:
- name: Execute SSH Commands - name: Execute SSH Commands
uses: appleboy/ssh-action@master uses: appleboy/ssh-action@master
with: with:
host: 172.236.185.26 host: ${{ secrets.HOST }}
username: root username: ${{ secrets.USER }}
password: LinodeUser#26 password: ${{ secrets.PASSWORD }}
port: 22 port: 22
script: | script: |
cd /root/IR-Node-Setup cd /root/IR-Node-Setup
+1
View File
@@ -1 +1,2 @@
/node_modules /node_modules
/.env