Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadhabibi14 committed Jan 25, 2024
1 parent 4cbb76b commit 87888a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: ssh-keyscan -H ${{ secrets.SERVER_IP }} >> ~/.ssh/known_hosts

- name: Upload with rsync 🔁
run: rsync --delete -avz --exclude=".git" --exclude=".github" ./ {{secrets.SERVER_USER}}@${{ secrets.SERVER_IP }}:/bacaku
run: rsync --delete -avz --exclude=".git" --exclude=".github" ./ ${{ secrets.SERVER_USER }}@${{ secrets.SERVER_IP }}:/bacaku

# Execute command ke VPS
- name: Execute Command ☣️
Expand Down

0 comments on commit 87888a7

Please sign in to comment.