Skip to content

Commit

Permalink
Update ci-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mani121800 authored Aug 6, 2024
1 parent e9145f0 commit 05d415e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
echo "$SSH_PRIVATE_KEY" > private_key
chmod 600 private_key
rsync -avz -e "ssh -i private_key -o StrictHostKeyChecking=no" ./ yourusername@ssh.pythonanywhere.com:/home/yourusername/yourproject/
rsync -avz -e "ssh -i private_key -o StrictHostKeyChecking=no" ./GuruTechDev@ssh.pythonanywhere.com:/home/GuruTechDev/hosting
- name: Reload PythonAnywhere Web App
env:
Expand Down

0 comments on commit 05d415e

Please sign in to comment.