Skip to content

Commit 8361edb

Browse files
committed
Update target directory in deploy.yml
1 parent cdf1f7b commit 8361edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
passphrase: ${{ secrets.SSH_PASSPHRASE }} # Your SSH passphrase
2222
port: 22 # or your SSH port if changed
2323
source: "." # Copies the whole repo, specify subdirectories or files if needed
24-
target: "/CodeByJose.com" # Target directory on your droplet
24+
target: "root/CodeByJose.com" # Target directory on your droplet

0 commit comments

Comments
 (0)