Update aerobatic.yml

This commit is contained in:
2020-09-05 09:17:17 +09:00
parent d02e0e5e2d
commit 0c05965b3e

View File

@@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Dependencies
run: npm install aerobatic-cli
run: npm install -g aerobatic-cli
- name: Checkout Repo
uses: actions/checkout@master
- name: Deploy to Firebase
- name: Deploy to Aerobatic
run: aero deploy
env:
FIREBASE_TOKEN: ${{ secrets.AEROBATIC_API_KEY }}