From 0c05965b3eda8cedb1a91f84fb47e5c433823bee Mon Sep 17 00:00:00 2001 From: yudete Date: Sat, 5 Sep 2020 09:17:17 +0900 Subject: [PATCH] Update aerobatic.yml --- .github/workflows/aerobatic.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/aerobatic.yml b/.github/workflows/aerobatic.yml index 702a885..ee310b4 100644 --- a/.github/workflows/aerobatic.yml +++ b/.github/workflows/aerobatic.yml @@ -10,10 +10,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Install Dependencies - run: npm install aerobatic-cli + run: npm install -g aerobatic-cli - name: Checkout Repo uses: actions/checkout@master - - name: Deploy to Firebase + - name: Deploy to Aerobatic run: aero deploy env: FIREBASE_TOKEN: ${{ secrets.AEROBATIC_API_KEY }} \ No newline at end of file