Skip to content

Commit

Permalink
Update target directory in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Web-Jose committed Feb 3, 2024
1 parent 8361edb commit 484fc63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
passphrase: ${{ secrets.SSH_PASSPHRASE }} # Your SSH passphrase
port: 22 # or your SSH port if changed
source: "." # Copies the whole repo, specify subdirectories or files if needed
target: "root/CodeByJose.com" # Target directory on your droplet
target: "/root/CodeByJose" # Target directory on your droplet

0 comments on commit 484fc63

Please sign in to comment.