@@ -14,7 +14,7 @@ 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.237.44.156
|
host: 172.236.185.26
|
||||||
username: root
|
username: root
|
||||||
password: LinodeUser#26
|
password: LinodeUser#26
|
||||||
port: 22
|
port: 22
|
||||||
@@ -25,7 +25,7 @@ jobs:
|
|||||||
- name: Execute SSH Commands
|
- name: Execute SSH Commands
|
||||||
uses: appleboy/ssh-action@master
|
uses: appleboy/ssh-action@master
|
||||||
with:
|
with:
|
||||||
host: 172.237.44.156
|
host: 172.236.185.26
|
||||||
username: root
|
username: root
|
||||||
password: LinodeUser#26
|
password: LinodeUser#26
|
||||||
port: 22
|
port: 22
|
||||||
|
|||||||
Reference in New Issue
Block a user