Skip to content

Commit

Permalink
remove account level changes as they won't be
Browse files Browse the repository at this point in the history
part of changes from weblate
  • Loading branch information
andrewpearce-digital committed Oct 2, 2023
1 parent d3ecfe4 commit 7da31a4
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/weblate_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,35 +63,6 @@ jobs:
with:
tag: ${{ needs.create_tags.outputs.version_tag }}

terraform_account_workflow_development:
name: TF Plan Dev Account
uses: ./.github/workflows/terraform_account_job.yml
with:
workspace_name: development
secrets:
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID_ACTIONS }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY_ACTIONS }}

terraform_account_workflow_preproduction:
name: TF Plan Preprod Account
needs: terraform_account_workflow_development
uses: ./.github/workflows/terraform_account_job.yml
with:
workspace_name: preproduction
secrets:
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID_ACTIONS }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY_ACTIONS }}

terraform_account_workflow_production:
name: TF Plan Prod Account
needs: terraform_account_workflow_development
uses: ./.github/workflows/terraform_account_job.yml
with:
workspace_name: production
secrets:
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID_ACTIONS }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY_ACTIONS }}

pr_deploy:
name: PR Environment Deploy
if: always() &&
Expand Down

0 comments on commit 7da31a4

Please sign in to comment.