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 484fc63 commit cd29b7dCopy full SHA for cd29b7d
.github/workflows/deploy.yml
@@ -21,4 +21,4 @@ jobs:
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: "/root/CodeByJose" # Target directory on your droplet
+ target: "/var/www/html" # Target directory on your droplet
0 commit comments