Update aerobatic.yml
This commit is contained in:
parent
5590545092
commit
f42d79bdd4
2
.github/workflows/aerobatic.yml
vendored
2
.github/workflows/aerobatic.yml
vendored
@ -16,6 +16,6 @@ jobs:
|
|||||||
- 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 & aero deploy
|
run: npm install aerobatic-cli --save & aero deploy
|
||||||
env:
|
env:
|
||||||
FIREBASE_TOKEN: ${{ secrets.AEROBATIC_API_KEY }}
|
FIREBASE_TOKEN: ${{ secrets.AEROBATIC_API_KEY }}
|
Loading…
Reference in New Issue
Block a user