Skip to content

Commit

Permalink
ci(workflows/develop): disable deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jonataspinto committed Mar 9, 2024
1 parent 5891ad9 commit d6a9321
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:
run: yarn install --frozen-lockfile
- name: Build
run: yarn build
- uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ env.AWS_DEV_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ env.AWS_DEV_SECRET_ACCESS_KEY }}
aws-region: ${{ env.AWS_REGION }}
- name: Deploy
run: aws s3 sync ./out ${{ env.AWS_S3 }} ${{ env.AWS_S3_CONFIG }}
# - uses: aws-actions/configure-aws-credentials@v1
# with:
# aws-access-key-id: ${{ env.AWS_DEV_ACCESS_KEY_ID }}
# aws-secret-access-key: ${{ env.AWS_DEV_SECRET_ACCESS_KEY }}
# aws-region: ${{ env.AWS_REGION }}
# - name: Deploy
# run: aws s3 sync ./out ${{ env.AWS_S3 }} ${{ env.AWS_S3_CONFIG }}
# lighthouse-check:
# needs: [build-deploy]
# runs-on: ubuntu-latest
Expand Down

0 comments on commit d6a9321

Please sign in to comment.