We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69d7751 commit d273b2fCopy full SHA for d273b2f
.github/workflows/_reusable-build-deploy.yml
@@ -208,7 +208,7 @@ jobs:
208
- name: Deploy artifacts
209
uses: burnett01/rsync-deployments@7.0.1
210
with:
211
- switches: -vrt --delete --chmod=D755,F644 --timeout=300
+ switches: -vrt --delete --inplace --chmod=D755,F644 --timeout=300
212
rsh: -o ServerAliveInterval=60 -o ServerAliveCountMax=30
213
path: public/
214
remote_path: ${{ secrets.DEPLOY_SSH_DIR }}
0 commit comments