Skip to content

Commit

Permalink
updated the file system to the new vps
Browse files Browse the repository at this point in the history
  • Loading branch information
avaneeshk098 authored Jan 4, 2025
1 parent 4fbeeb6 commit d017f66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
source: "."
target: "/osai-website/website-reboot"
target: "~/website-reboot"

- name: Executing remote commands
uses: appleboy/ssh-action@master
Expand All @@ -29,7 +29,7 @@ jobs:
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
script: |
cd /osai-website/website-reboot/frontend
cd ~/website-reboot/frontend
export NVM_DIR=~/.nvm
source ~/.nvm/nvm.sh
yarn && yarn build
Expand Down

0 comments on commit d017f66

Please sign in to comment.