Update aerobatic.yml
This commit is contained in:
parent
c72a8ddbb1
commit
d3a62affbf
8
.github/workflows/aerobatic.yml
vendored
8
.github/workflows/aerobatic.yml
vendored
@ -9,8 +9,12 @@ jobs:
|
|||||||
name: Deploy
|
name: Deploy
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install Dependencies
|
- uses: actions/checkout@v2
|
||||||
run: npm install
|
- uses: actions/setup-node@v2-beta
|
||||||
|
with:
|
||||||
|
node-version: '12'
|
||||||
|
- name: Install aerobatic-cli
|
||||||
|
run: npm install aerobatic-cli
|
||||||
- name: Checkout Repo
|
- name: Checkout Repo
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
- name: Deploy to Aerobatic
|
- name: Deploy to Aerobatic
|
||||||
|
Loading…
Reference in New Issue
Block a user