diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index d3edbf90f..d9cc1c39e 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -5,7 +5,6 @@ on: branches-ignore: - develop - master - - support/** - hotfix/** - feature/**-i18n - release/** diff --git a/.github/workflows/build_and_deploy_i18n.yml b/.github/workflows/build_and_deploy_i18n.yml index 63e9d5b16..2fc97c498 100644 --- a/.github/workflows/build_and_deploy_i18n.yml +++ b/.github/workflows/build_and_deploy_i18n.yml @@ -4,7 +4,6 @@ on: push: branches: - develop - - support/** - hotfix/** - feature/**-i18n - release/** diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 692c468a0..a5591341d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,15 +31,18 @@ jobs: with: name: build-output path: dist/ - - 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: Deploy to S3 + # - 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: echo run: | - aws s3 cp ./dist/ s3://assets.sitescdn.net/${{ inputs.bucket }}/${{ inputs.directory }} \ - --acl public-read \ - --recursive \ - --cache-control ${{ inputs.cache-control }} \ No newline at end of file + echo "mock deploy..." + # - name: Deploy to S3 + # run: | + # aws s3 cp ./dist/ s3://assets.sitescdn.net/${{ inputs.bucket }}/${{ inputs.directory }} \ + # --acl public-read \ + # --recursive \ + # --cache-control ${{ inputs.cache-control }} \ No newline at end of file