Update aerobatic.yml

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

View File

@ -13,11 +13,9 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: '12'
- name: Install dependency
run: npm install aerobatic-cli
- name: Checkout Repo
uses: actions/checkout@master
- name: Deploy to Aerobatic
run: aero deploy
run: npm install aerobatic-cli & aero deploy
env:
FIREBASE_TOKEN: ${{ secrets.AEROBATIC_API_KEY }}