From 3c5cb04cbffd4b41e62b5154e3877c661302f6ee Mon Sep 17 00:00:00 2001 From: yudete Date: Sat, 5 Sep 2020 09:14:43 +0900 Subject: [PATCH] Setup Aerobatic --- .github/workflows/aerobatic.yml | 20 ++++++++++++++++++++ .gitignore | 2 ++ aerobatic.yml | 6 ++++++ 3 files changed, 28 insertions(+) create mode 100644 .github/workflows/aerobatic.yml create mode 100644 aerobatic.yml 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