We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad44b8 commit 86d7d2dCopy full SHA for 86d7d2d
.github/workflows/deploy-to-vps.yml
@@ -20,6 +20,7 @@ jobs:
20
ARGS: "-rlgoDzvc --delete -i"
21
REMOTE_HOST: ${{ secrets.VPS_HOST }}
22
REMOTE_USER: ${{ secrets.VPS_USER }}
23
+ EXCLUDE: ".git/"
24
TARGET: ${{ secrets.VPS_TARGET }}
25
SCRIPT_AFTER: |
26
# Check if a directory for environment and config files is specified and copy its contents to the current directory if yes
0 commit comments