added passkey to ssh-action
All checks were successful
Build and Deploy NextJS SculptedArc Website / build-and-deploy (push) Successful in 1m3s

This commit is contained in:
2026-06-05 07:42:51 +01:00
parent d073e021f3
commit 1dd1ff893e

View File

@@ -40,8 +40,10 @@ jobs:
uses: appleboy/ssh-action@v1.0.3
with:
host: ${{ secrets.SERVER_HOST }}
username: root
port: ${{ secrets.SSH_PORT }}
username: james
key: ${{ secrets.SSH_PRIVATE_KEY }} # Completely invisible to anyone viewing code
passphrase: ${{ secrets.SSH_PASSPHRASE }}
script: |
cd /home/james/docker/sculpted-arc-site