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
|
||||
steps:
|
||||
- name: Install Dependencies
|
||||
run: npm install aerobatic-cli
|
||||
run: npm install -g aerobatic-cli
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@master
|
||||
- name: Deploy to Firebase
|
||||
- name: Deploy to Aerobatic
|
||||
run: aero deploy
|
||||
env:
|
||||
FIREBASE_TOKEN: ${{ secrets.AEROBATIC_API_KEY }}
|
Loading…
Reference in New Issue
Block a user