Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
viryl15 authored Jul 23, 2023
1 parent 53d9fb5 commit aaa2e87
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,14 @@ jobs:
# - name: Use Node.js ${{ matrix.node-version }}
- name: Deploy using ssh
# uses: actions/setup-node@v3
uses: appleboy/[email protected].3
uses: appleboy/[email protected].10
with:
# node-version: ${{ matrix.node-version }}
# cache: 'npm'
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
port: 22
script: |
cd ~/domains/boilerplate.tailwave.io/public_html
git pull origin main
git status
npm install --only=prod
npm run generate
script: whoami
# - run: npm ci
# - run: npm run generate --if-present

0 comments on commit aaa2e87

Please sign in to comment.