Skip to content

Commit

Permalink
Update doc.nuxeo.com.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sushildeep authored Feb 2, 2024
1 parent 9978954 commit 8c5ae95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc.nuxeo.com.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Deploy to Server
run: |
rsync -Wxvuk --delete site/ "${{ secrets.SERVER_USERNAME }}@${{ secrets.SERVER_IP }}:/opt/www/doc/"
rsync -Wxvurk --delete site/ "${{ secrets.SERVER_USERNAME }}@${{ secrets.SERVER_IP }}:/opt/www/doc/"
rsync redirects.txt "${{ secrets.SERVER_USERNAME }}@${{ secrets.SERVER_IP }}:/etc/nginx/redirects.txt"
rsync redirects_pageid.txt ${{ secrets.SERVER_USERNAME }}@${{ secrets.SERVER_IP }}:/etc/nginx/redirects_pageid.txt
Expand All @@ -67,4 +67,4 @@ jobs:
redirects_pageid.*
redirects.*
*.txt
npm-debug.log
npm-debug.log

0 comments on commit 8c5ae95

Please sign in to comment.