Setup Aerobatic static hosting
This commit is contained in:
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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user