Update aerobatic.yml

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

View File

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