diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6f0eb18..6c0270b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,7 +10,7 @@ permissions: contents: read jobs: - build: + deploy: strategy: matrix: environment: [stacadmin-eoapirisk-demo] @@ -27,12 +27,13 @@ jobs: uses: actions/checkout@v2 - name: Install dependencies - run: npm install + run: yarn install - name: Build code env: + CI: "" REACT_APP_STAC_API: ${{ secrets.STAC_API }} - run: npm run build + run: yarn build - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v1