Skip to content

Commit

Permalink
Change host from domain to ip
Browse files Browse the repository at this point in the history
really just trying to get this to work.
  • Loading branch information
angelacastaneda committed Oct 11, 2023
1 parent 794622c commit 1a70f33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
with:
key: ${{ secrets.SSH_PRIVATE_KEY }}
name: id_rsa
known_hosts: angel-castaneda.com
known_hosts: 69.61.2.226

- name: Deploy with Rsync
run: |
pwd
rsync -uvzP cv.pdf deploy@angel-castaneda.com:/var/www/angel-castaneda.com/static/files/github-cv.pdf
rsync -uvzP cv.pdf deploy@69.61.2.226:/var/www/angel-castaneda.com/static/files/github-cv.pdf

0 comments on commit 1a70f33

Please sign in to comment.