Update aerobatic.yml

This commit is contained in:
2020-09-05 20:36:17 +09:00
parent 5590545092
commit f42d79bdd4

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