diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index ebfd108..d40d9ab 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -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