We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d77567 commit 6267166Copy full SHA for 6267166
1 file changed
.github/workflows/deploy-to-vps.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
RSYNC_OPTIONS: -avzr --delete --exclude node_modules --exclude '.git*'
24
RSYNC_TARGET: /home/ec2-user/
25
- RSYNC_SOURCE: .
+ RSYNC_SOURCE: ./
26
env:
27
SSH_PRIVATE_KEY: ${{secrets.VPS_SSH_KEY}}
28
SSH_USERNAME: ${{secrets.VPS_USER}}
0 commit comments