Skip to content

Commit

Permalink
Merge pull request #3 from Marat200118/develop
Browse files Browse the repository at this point in the history
fixed the automatic deployment
  • Loading branch information
Marat200118 authored Jan 21, 2024
2 parents f71ac6a + 1fec301 commit 41ad360
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 41ad360

Please sign in to comment.