This commit is contained in:
parent
0b6350b8b7
commit
28cb1d61f9
1 changed files with 6 additions and 3 deletions
|
@ -13,13 +13,16 @@ jobs:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Use Node.js
|
- name: Use Node.js 16
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
|
|
||||||
- name: Install dependencies and build
|
- name: Install dependencies
|
||||||
run: npm run build && npm run build
|
run: npm install
|
||||||
|
|
||||||
|
- name: Build app
|
||||||
|
run: npm run build
|
||||||
|
|
||||||
- name: Add Deploy Key to SSH
|
- name: Add Deploy Key to SSH
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue