Skip to content

Commit

Permalink
test rsync 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadhabibi14 committed Jan 25, 2024
1 parent 24e4c7b commit 2f1ab8e
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 -avz --exclude=".git" --exclude=".github" ./ ${{ secrets.SERVER_USER }}@${{ secrets.SERVER_IP }}:/bacaku
run: rsync -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 2f1ab8e

Please sign in to comment.