Update aerobatic.yml
This commit is contained in:
parent
5c0a2eddf5
commit
5590545092
4
.github/workflows/aerobatic.yml
vendored
4
.github/workflows/aerobatic.yml
vendored
@ -13,11 +13,9 @@ jobs:
|
|||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: '12'
|
node-version: '12'
|
||||||
- name: Install dependency
|
|
||||||
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
|
||||||
run: aero deploy
|
run: npm install aerobatic-cli & aero deploy
|
||||||
env:
|
env:
|
||||||
FIREBASE_TOKEN: ${{ secrets.AEROBATIC_API_KEY }}
|
FIREBASE_TOKEN: ${{ secrets.AEROBATIC_API_KEY }}
|
Loading…
Reference in New Issue
Block a user