mirror of
https://github.com/Instadapp/assembly.git
synced 2024-07-29 22:37:06 +00:00
move from npm to yarn in automation deployment config
This commit is contained in:
parent
0392b69aef
commit
96f5c2b5a0
|
@ -21,7 +21,7 @@ jobs:
|
||||||
cd ${{ secrets.REMOTE_TARGET }} && \
|
cd ${{ secrets.REMOTE_TARGET }} && \
|
||||||
git reset --hard && git clean -df && \
|
git reset --hard && git clean -df && \
|
||||||
git pull && \
|
git pull && \
|
||||||
npm i && \
|
yarn install && \
|
||||||
npm run build --if-present && \
|
yarn build --if-present && \
|
||||||
npm run generate --if-present && \
|
yarn generate --if-present && \
|
||||||
pm2 restart assembly --update-env
|
pm2 restart assembly --update-env
|
||||||
|
|
Loading…
Reference in New Issue
Block a user