Skip to content

Commit 6267166

Browse files
committed
fix: using different github action
1 parent 8d77567 commit 6267166

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-to-vps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
RSYNC_OPTIONS: -avzr --delete --exclude node_modules --exclude '.git*'
2424
RSYNC_TARGET: /home/ec2-user/
25-
RSYNC_SOURCE: .
25+
RSYNC_SOURCE: ./
2626
env:
2727
SSH_PRIVATE_KEY: ${{secrets.VPS_SSH_KEY}}
2828
SSH_USERNAME: ${{secrets.VPS_USER}}

0 commit comments

Comments
 (0)