Skip to content

Commit cd29b7d

Browse files
committed
Update target directory in deploy workflow
1 parent 484fc63 commit cd29b7d

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: "/root/CodeByJose" # Target directory on your droplet
24+
target: "/var/www/html" # Target directory on your droplet

0 commit comments

Comments
 (0)