diff --git a/.github/workflows/deploy-from-version-tag.yml b/.github/workflows/deploy-from-version-tag.yml index 4d3a7a38..4335e2ff 100644 --- a/.github/workflows/deploy-from-version-tag.yml +++ b/.github/workflows/deploy-from-version-tag.yml @@ -8,8 +8,6 @@ on: required: true type: choice options: - - sb - - dev - int - pvt - test diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml deleted file mode 100644 index b8e51aad..00000000 --- a/src/main/resources/application-dev.yml +++ /dev/null @@ -1,31 +0,0 @@ -jobs: - batch-print-requests: - daily-limit: 1000 - remove-vca-initial-retention-period-data: - name: "RemoveVcaInitialRetentionPeriodData" - cron: "0 1/10 * ? * *" # every 10 minutes starting at :01 - remove-aed-initial-retention-period-data: - name: "RemoveAedInitialRetentionPeriodData" - cron: "0 2/10 * ? * *" # every 10 minutes starting at :02 - remove-vca-final-retention-period-data: - name: "RemoveVcaFinalRetentionPeriodData" - cron: "0 5/10 * ? * *" # every 10 minutes starting at :05 - remove-aed-final-retention-period-data: - name: "RemoveAedFinalRetentionPeriodData" - cron: "0 5/10 * ? * *" # every 10 minutes starting at :05 - -email: - client: - sender: noreply_dev_erouser@erop.ierds.uk - allow-list-enabled: true - allow-list-domains: - - valtech.com - - levellingup.gov.uk - - softwire.com - content: - certificate-returned: - email-body-template: email-templates/non-prod/certificate-returned.html - send-to-requesting-user: true - certificate-failed-to-print: - email-body-template: email-templates/non-prod/certificate-failed-to-print.html - send-to-requesting-user: true