Update aerobatic.yml
This commit is contained in:
parent
d02e0e5e2d
commit
0c05965b3e
4
.github/workflows/aerobatic.yml
vendored
4
.github/workflows/aerobatic.yml
vendored
@ -10,10 +10,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm install aerobatic-cli
|
run: npm install -g aerobatic-cli
|
||||||
- name: Checkout Repo
|
- name: Checkout Repo
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
- name: Deploy to Firebase
|
- name: Deploy to Aerobatic
|
||||||
run: 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