Skip to content

Commit

Permalink
update deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
M4ss1ck committed Mar 23, 2024
1 parent dfd4d47 commit c686f23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
cache: 'npm'
- run: npm i
- run: npm run build

Expand All @@ -28,14 +28,14 @@ jobs:

env:
NVM_DIR: /home/massick/.nvm

strategy:
matrix:
node-version: [18.x]

steps:
- uses: actions/checkout@v2

- name: Use Node.js ${{ matrix.node-version }}
uses: appleboy/ssh-action@master
with:
Expand All @@ -45,7 +45,7 @@ jobs:
script: |
export NVM_DIR=~/.nvm
source ~/.nvm/nvm.sh
cd /bots/anime-bot
cd ~/bots/anime-bot
git checkout .
git pull
nvm -v
Expand Down

0 comments on commit c686f23

Please sign in to comment.