ci: fix wf self-hosted runner

This commit is contained in:
Nicola Zambello 2022-02-21 15:51:06 +01:00
parent 6258dfbd98
commit f6e6ede677

View file

@ -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