Setup Aerobatic

This commit is contained in:
yude 2020-09-05 09:14:43 +09:00
parent da91d19ea3
commit 3c5cb04cbf
No known key found for this signature in database
GPG Key ID: A49BFB97E0AB5435
3 changed files with 28 additions and 0 deletions

20
.github/workflows/aerobatic.yml vendored Normal file
View 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
View File

@ -2,3 +2,5 @@
firebase-debug.log
.firebase/hosting..cache
node_modules
aero-deploy.tar.gz
aero-debug.log

6
aerobatic.yml Normal file
View File

@ -0,0 +1,6 @@
id: 11fe7c01-90a3-48e2-a8e1-3f4c861c94c8
deploy:
ignore: []
directory: .
plugins:
- name: webpage