Setup Aerobatic static hosting

This commit is contained in:
2020-09-05 23:54:00 +09:00
parent 3db36987ad
commit 67f9e8559d
2 changed files with 6 additions and 1 deletions

View File

@@ -18,6 +18,6 @@ jobs:
- name: Checkout Repo - name: Checkout Repo
uses: actions/checkout@master uses: actions/checkout@master
- name: Deploy to Aerobatic - name: Deploy to Aerobatic
run: aero deploy run: npm run deploy
env: env:
FIREBASE_TOKEN: ${{ secrets.AEROBATIC_API_KEY }} FIREBASE_TOKEN: ${{ secrets.AEROBATIC_API_KEY }}

5
package.json Normal file
View File

@@ -0,0 +1,5 @@
{
"scripts": {
"deploy": "aero deploy"
}
}