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