Setup Aerobatic
This commit is contained in:
parent
da91d19ea3
commit
3c5cb04cbf
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 }}
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,3 +2,5 @@
|
|||||||
firebase-debug.log
|
firebase-debug.log
|
||||||
.firebase/hosting..cache
|
.firebase/hosting..cache
|
||||||
node_modules
|
node_modules
|
||||||
|
aero-deploy.tar.gz
|
||||||
|
aero-debug.log
|
||||||
|
6
aerobatic.yml
Normal file
6
aerobatic.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
id: 11fe7c01-90a3-48e2-a8e1-3f4c861c94c8
|
||||||
|
deploy:
|
||||||
|
ignore: []
|
||||||
|
directory: .
|
||||||
|
plugins:
|
||||||
|
- name: webpage
|
Loading…
Reference in New Issue
Block a user