Setup Aerobatic static hosting
This commit is contained in:
parent
3db36987ad
commit
67f9e8559d
2
.github/workflows/aerobatic.yml
vendored
2
.github/workflows/aerobatic.yml
vendored
@ -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
5
package.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"scripts": {
|
||||
"deploy": "aero deploy"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user