mirror of
https://github.com/jbowdre/capsule.git
synced 2024-11-09 16:32:18 +00:00
deploy: remove unneeded excludes
This commit is contained in:
parent
10bcc4760f
commit
06a2519373
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-gemini.yml
vendored
2
.github/workflows/deploy-gemini.yml
vendored
|
@ -43,4 +43,4 @@ jobs:
|
|||
known_hosts: ${{ secrets.SSH_KNOWN_HOSTS }}
|
||||
- name: Deploy GMI to Agate
|
||||
run: |
|
||||
rsync -avz --delete --exclude='*.html' --exclude='*.css' --exclude='*.js' -e ssh public/ deploy@${{ secrets.GMI_HOST }}:${{ secrets.GMI_CONTENT_PATH }}
|
||||
rsync -avz --delete -e ssh public/ deploy@${{ secrets.GMI_HOST }}:${{ secrets.GMI_CONTENT_PATH }}
|
||||
|
|
Loading…
Reference in a new issue