Skip to content

Commit

Permalink
fix: change deploy config workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Dec 19, 2024
1 parent c4c370e commit 4c63a1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
key: ${{ secrets.SSH_PRIVATE_KEY_WEB_2 }}
port: ${{ secrets.REMOTE_PORT_WEB_2 }}
script: |
rsync -avz --delete -e "ssh ${{ secrets.NGINX_SERVER_NAME }}" ${{ vars.DOCS_PATH_WEB_2 }}/build/ ${{ vars.NGINX_SERVER_NAME }}:${{ vars.NGINX_SERVER_DOCS_PATH }}
rsync -avz --delete ${{ vars.DOCS_PATH_WEB_2 }}/build/ ${{ vars.NGINX_SERVER_NAME }}:${{ vars.NGINX_SERVER_SYNC_PATH }}/docs/
2 changes: 1 addition & 1 deletion repos/laravel-like-docs
2 changes: 1 addition & 1 deletion repos/telegram-git-notifier-docs

0 comments on commit 4c63a1f

Please sign in to comment.