Skip to content

Commit

Permalink
fix: change hostname in hope it fixes the fucking build
Browse files Browse the repository at this point in the history
  • Loading branch information
rasulov1337 committed Dec 20, 2024
1 parent 572e4e7 commit fb8638e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Create remote directory (if it doesn't exist)
run: ssh ubuntu@37.139.41.110 "mkdir -p /home/ubuntu/frontend/"
run: ssh ubuntu@pootnick.ru "mkdir -p /home/ubuntu/frontend/"

- name: Copy build artifacts via SSH
run: rsync -avzP ./dist/ ubuntu@37.139.41.110:/home/ubuntu/frontend/
run: rsync -avzP ./dist/ ubuntu@pootnick.ru:/home/ubuntu/frontend/

0 comments on commit fb8638e

Please sign in to comment.