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
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: ⚒ Build
|
||||
run: yarn build
|
||||
- name: ⚒ Install dependencies and build
|
||||
run: yarn install && yarn build
|
||||
|
||||
- name: 🚀 Deploy
|
||||
run: pm2 startOrRestart ecosystem.config.js
|
||||
|
|
|
|||
Loading…
Reference in a new issue