added passkey to ssh-action
All checks were successful
Build and Deploy NextJS SculptedArc Website / build-and-deploy (push) Successful in 1m3s
All checks were successful
Build and Deploy NextJS SculptedArc Website / build-and-deploy (push) Successful in 1m3s
This commit is contained in:
@@ -40,8 +40,10 @@ jobs:
|
|||||||
uses: appleboy/ssh-action@v1.0.3
|
uses: appleboy/ssh-action@v1.0.3
|
||||||
with:
|
with:
|
||||||
host: ${{ secrets.SERVER_HOST }}
|
host: ${{ secrets.SERVER_HOST }}
|
||||||
username: root
|
port: ${{ secrets.SSH_PORT }}
|
||||||
|
username: james
|
||||||
key: ${{ secrets.SSH_PRIVATE_KEY }} # Completely invisible to anyone viewing code
|
key: ${{ secrets.SSH_PRIVATE_KEY }} # Completely invisible to anyone viewing code
|
||||||
|
passphrase: ${{ secrets.SSH_PASSPHRASE }}
|
||||||
script: |
|
script: |
|
||||||
cd /home/james/docker/sculpted-arc-site
|
cd /home/james/docker/sculpted-arc-site
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user