We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a55f20e commit cdf1f7bCopy full SHA for cdf1f7b
.github/workflows/deploy.yml
@@ -18,6 +18,7 @@ jobs:
18
host: ${{ secrets.DROPLET_IP }} # Your droplet IP address
19
username: root # or your droplet username
20
key: ${{ secrets.SSH_PRIVATE_KEY }} # Your SSH private key
21
+ passphrase: ${{ secrets.SSH_PASSPHRASE }} # Your SSH passphrase
22
port: 22 # or your SSH port if changed
23
source: "." # Copies the whole repo, specify subdirectories or files if needed
24
target: "/CodeByJose.com" # Target directory on your droplet
0 commit comments