Setup Aerobatic
This commit is contained in:
20
.github/workflows/aerobatic.yml
vendored
Normal file
20
.github/workflows/aerobatic.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
name: Aerobatic
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
name: Deploy
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install Dependencies
|
||||
run: npm install aerobatic-cli
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@master
|
||||
- name: Deploy to Firebase
|
||||
run: aero deploy
|
||||
env:
|
||||
FIREBASE_TOKEN: ${{ secrets.AEROBATIC_API_KEY }}
|
Reference in New Issue
Block a user