Update aerobatic.yml

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

View File

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