Skip to content

Commit

Permalink
Merge pull request bcgov#407 from stevenc987/main
Browse files Browse the repository at this point in the history
Duplicated AR entry created in COLIN by Business AR filing#328
  • Loading branch information
stevenc987 authored Oct 4, 2024
2 parents bae1830 + 7884da2 commit 088c5f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jobs/process_paid_filings/devops/gcp/clouddeploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ serialPipeline:
deploy-env: "development"
deploy-project-id: "a083gt-dev"
job-name: "business-ar-process-paid-filings-dev"
cloudsql-instances: ""
cloudsql-instances: "a083gt-dev:northamerica-northeast1:businesses-db-dev"
run-command: "./run.sh"
service-account: "[email protected]"
- targetId: a083gt-test
Expand All @@ -56,7 +56,7 @@ serialPipeline:
deploy-env: "development"
deploy-project-id: "a083gt-test"
job-name: "business-ar-process-paid-filings-test"
cloudsql-instances: ""
cloudsql-instances: "a083gt-test:northamerica-northeast1:businesses-db-test"
run-command: "./run.sh"
service-account: "[email protected]"
- targetId: a083gt-sandbox
Expand All @@ -69,7 +69,7 @@ serialPipeline:
deploy-env: "sandbox"
deploy-project-id: "a083gt-integration"
job-name: "business-ar-process-paid-filings-sandbox"
cloudsql-instances: ""
cloudsql-instances: "a083gt-integration:northamerica-northeast1:businesses-db-sandbox"
run-command: "./run.sh"
service-account: "[email protected]"
- targetId: a083gt-prod
Expand All @@ -82,6 +82,6 @@ serialPipeline:
deploy-env: "production"
deploy-project-id: "a083gt-prod"
job-name: "business-ar-process-paid-filings-prod"
cloudsql-instances: ""
cloudsql-instances: "a083gt-prod:northamerica-northeast1:businesses-db-prod"
run-command: "./run.sh"
service-account: "[email protected]"

0 comments on commit 088c5f4

Please sign in to comment.