From 3db36987ad34dcc1ca27c945039dd3fbdcc28dba Mon Sep 17 00:00:00 2001 From: yudete Date: Sat, 5 Sep 2020 20:42:44 +0900 Subject: [PATCH] Update aerobatic.yml --- .github/workflows/aerobatic.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/aerobatic.yml b/.github/workflows/aerobatic.yml index a43fd7f..281c668 100644 --- a/.github/workflows/aerobatic.yml +++ b/.github/workflows/aerobatic.yml @@ -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 }} \ No newline at end of file