ci: fix wf self-hosted runner
This commit is contained in:
parent
6258dfbd98
commit
f6e6ede677
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -16,8 +16,8 @@ jobs:
|
||||||
- name: ⬇️ Checkout repo
|
- name: ⬇️ Checkout repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: ⚒ Build
|
- name: ⚒ Install dependencies and build
|
||||||
run: yarn build
|
run: yarn install && yarn build
|
||||||
|
|
||||||
- name: 🚀 Deploy
|
- name: 🚀 Deploy
|
||||||
run: pm2 startOrRestart ecosystem.config.js
|
run: pm2 startOrRestart ecosystem.config.js
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue