@@ -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.USER }}
|
||||
password: ${{ secrets.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: 172.236.185.26
|
||||
username: root
|
||||
password: LinodeUser#26
|
||||
host: ${{ secrets.HOST }}
|
||||
username: ${{ secrets.USER }}
|
||||
password: ${{ secrets.PASSWORD }}
|
||||
port: 22
|
||||
script: |
|
||||
cd /root/IR-Node-Setup
|
||||
|
||||
Reference in New Issue
Block a user