Update aerobatic.yml

This commit is contained in:
yude 2020-09-05 09:17:17 +09:00
parent d02e0e5e2d
commit 0c05965b3e
No known key found for this signature in database
GPG Key ID: A49BFB97E0AB5435
1 changed files with 2 additions and 2 deletions

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 }}