@@ -14,10 +14,10 @@ jobs:
|
|||||||
uses: appleboy/ssh-action@master
|
uses: appleboy/ssh-action@master
|
||||||
|
|
||||||
with:
|
with:
|
||||||
host: ${{ secrets.HOST }}
|
host: 172.237.44.156
|
||||||
username: ${{ secrets.USERNAME }}
|
username: root
|
||||||
password: ${{ secrets.PASSWORD }}
|
password: LinodeUser#26
|
||||||
port: ${{ secrets.PORT }}
|
port: 22
|
||||||
|
|
||||||
script: |
|
script: |
|
||||||
cd /root/IR-Node-Setup
|
cd /root/IR-Node-Setup
|
||||||
|
|||||||
Reference in New Issue
Block a user