Skip to content

Commit

Permalink
remove gcp related changes and nit3
Browse files Browse the repository at this point in the history
  • Loading branch information
jesuyedavid committed May 11, 2024
1 parent a51ac1c commit 856f988
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_and_deploy.yml
Expand Up @@ -39,7 +39,6 @@ jobs:
secrets:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
GCP_SA_KEY: ${{ secrets.GCP_SA_KEY }}

concurrency:
group: ci-build-and-deploy-${{ github.ref }}-1
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build_and_deploy_i18n.yml
Expand Up @@ -45,7 +45,6 @@ jobs:
secrets:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
GCP_SA_KEY: ${{ secrets.GCP_SA_KEY }}

call_deploy_canary:
if: github.ref_name == 'develop'
Expand All @@ -61,7 +60,6 @@ jobs:
secrets:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
GCP_SA_KEY: ${{ secrets.GCP_SA_KEY }}

call_deploy_canary_sha:
if: github.ref_name == 'develop'
Expand All @@ -78,7 +76,6 @@ jobs:
secrets:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
GCP_SA_KEY: ${{ secrets.GCP_SA_KEY }}

concurrency:
group: ci-build-and-deploy-i18n-${{ github.ref }}-1
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Expand Up @@ -19,8 +19,6 @@ on:
required: true
AWS_SECRET_ACCESS_KEY:
required: true
GCP_SA_KEY:
required: true

jobs:
deploy-aws:
Expand All @@ -43,4 +41,4 @@ jobs:
aws s3 cp ./dist/ s3://assets.sitescdn.net/${{ inputs.bucket }}/${{ inputs.directory }} \
--acl public-read \
--recursive \
--cache-control ${{ inputs.cache-control }}
--cache-control ${{ inputs.cache-control }}

0 comments on commit 856f988

Please sign in to comment.