From fa3d55217dd2cf3205ef7104dc7d13406bfa6243 Mon Sep 17 00:00:00 2001 From: Alex Varchuk Date: Wed, 27 Jul 2022 17:34:22 +0300 Subject: [PATCH] chore: remove unused ci/cd script --- .github/workflows/publish.yml | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 34ee6557..a31778b8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -45,31 +45,6 @@ jobs: name: bundles path: bundles - run: npm run e2e - # disable this for now - # deploy-demo: - # needs: [bundle, unit-tests, e2e-tests] - # runs-on: ubuntu-latest - # steps: - # - uses: actions/checkout@v3 - # - name: Configure AWS Credentials - # uses: aws-actions/configure-aws-credentials@v1 - # with: - # aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} - # aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} - # aws-region: us-east-1 - # - name: Install dependencies - # run: npm ci - # - name: Download bundled artifacts - # uses: actions/download-artifact@v3 - # with: - # name: bundles - # path: bundles - # - name: Build package - # run: npm run build:demo - # - name: Deploy to S3 bucket - # run: npm run deploy:demo - # - name: Invalidate - # run: aws cloudfront create-invalidation --distribution-id ${{ secrets.CF_DEMO_DISTRIBUTION_ID }} --paths "/*" publish: name: Publish to NPM needs: [bundle, unit-tests, e2e-tests]