Update aerobatic.yml
This commit is contained in:
parent
f42d79bdd4
commit
3db36987ad
4
.github/workflows/aerobatic.yml
vendored
4
.github/workflows/aerobatic.yml
vendored
@ -13,9 +13,11 @@ jobs:
|
|||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: '12'
|
node-version: '12'
|
||||||
|
- name: Install dependencies
|
||||||
|
run: npm install aerobatic-cli --save
|
||||||
- name: Checkout Repo
|
- name: Checkout Repo
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
- name: Deploy to Aerobatic
|
- name: Deploy to Aerobatic
|
||||||
run: npm install aerobatic-cli --save & aero deploy
|
run: aero deploy
|
||||||
env:
|
env:
|
||||||
FIREBASE_TOKEN: ${{ secrets.AEROBATIC_API_KEY }}
|
FIREBASE_TOKEN: ${{ secrets.AEROBATIC_API_KEY }}
|
Loading…
Reference in New Issue
Block a user