Skip to content

Commit

Permalink
ci: modify deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolausliu committed Apr 23, 2021
1 parent f595d23 commit bdc3df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
password: ${{ secrets.ALIYUN_PASSWORD }}
port: ${{ secrets.ALIYUN_PORT }}
script: |
cd home/niko/nuxt-cnode
cd /home/niko/nuxt-cnode
wget /~https://github.com/nikolausliu/nuxt-cnode/releases/latest/download/release.tgz -O release.tgz
tar zxvf release.tgz
nvm use 12.6.0
Expand Down

0 comments on commit bdc3df9

Please sign in to comment.