Setup Aerobatic static hosting

This commit is contained in:
yude 2020-09-05 23:54:00 +09:00
parent 3db36987ad
commit 67f9e8559d
No known key found for this signature in database
GPG Key ID: A49BFB97E0AB5435
2 changed files with 6 additions and 1 deletions

View File

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

5
package.json Normal file
View File

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