diff --git a/.github/workflows/aerobatic.yml b/.github/workflows/aerobatic.yml new file mode 100644 index 0000000..1b41d90 --- /dev/null +++ b/.github/workflows/aerobatic.yml @@ -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 }} \ No newline at end of file diff --git a/.gitignore b/.gitignore index d298e2e..7709300 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ firebase-debug.log .firebase/hosting..cache node_modules +aero-deploy.tar.gz +aero-debug.log diff --git a/aerobatic.yml b/aerobatic.yml new file mode 100644 index 0000000..7a40b5e --- /dev/null +++ b/aerobatic.yml @@ -0,0 +1,6 @@ +id: 11fe7c01-90a3-48e2-a8e1-3f4c861c94c8 +deploy: + ignore: [] + directory: . +plugins: + - name: webpage