Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
viryl15 authored Jul 23, 2023
1 parent df9f7da commit 090ec86
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,9 @@ jobs:
# key: ${{ secrets.SSH_PRIVATE_KEY }}
port: 22
script: |
cd ~/domains/boilerplate.tailwave.io/public_html
cd /home/tailwave/domains/boilerplate.tailwave.io/public_html/
git pull origin main
git status
export NVM_DIR=~/.nvm
source ~/.nvm/nvm.sh
npm install --only=prod
npm run generate
# - run: npm ci
Expand Down

0 comments on commit 090ec86

Please sign in to comment.