Skip to content

Commit

Permalink
fixed the automatic deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Marat200118 committed Jan 21, 2024
1 parent d0eeab0 commit 1fec301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
# RSYNC
- name: Deploy web files with rsync
run: |
rsync -azh --delete-after -e "ssh -o StrictHostKeyChecking=no" dist/ ${{ secrets.marats-samigullinscom }}@${{ secrets.ssh.marats-samigullins.com }}:${{env.WEB_PATH}}
rsync -azh --delete-after -e "ssh -o StrictHostKeyChecking=no" dist/ ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:${{env.WEB_PATH}}

0 comments on commit 1fec301

Please sign in to comment.