From dc88a6f1089172056fc089ae37c89864482889cb Mon Sep 17 00:00:00 2001 From: Dhruv Phumbhra Date: Tue, 31 Oct 2023 22:42:31 -0500 Subject: [PATCH] Testing End Schedule Maintenance job with deprecated route --- .dwollaci.yml | 2 +- serverless.yml | 18 ------------------ 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/.dwollaci.yml b/.dwollaci.yml index 77b10c6..ddb90e0 100644 --- a/.dwollaci.yml +++ b/.dwollaci.yml @@ -42,7 +42,7 @@ stages: # sbt deploy additionalJobs: - name: End Scheduled Maintenance - nodeLabel: nvm-deployer + nodeLabel: nvm-sbt-deployer checkout: true secrets: CLOUDFLARE_AUTH_KEY: scheduled-maintenance/cloudflare-api-key diff --git a/serverless.yml b/serverless.yml index 825c643..8a74d61 100644 --- a/serverless.yml +++ b/serverless.yml @@ -17,23 +17,5 @@ functions: name: scheduled-maintenance script: ${env:ARTIFACT_PATH} events: - - http: - url: api-sandbox.dwolla.com/* - - http: - url: dashboard-sandbox.dwolla.com/* - - http: - url: accounts-sandbox.dwolla.com/* - - http: - url: partners-sandbox.dwolla.com/* - - http: - url: transfer-sandbox.dwolla.com/* - - http: - url: api-uat.dwolla.com/* - - http: - url: dashboard-uat.dwolla.com/* - http: url: accounts-uat.dwolla.com/* - - http: - url: partners-uat.dwolla.com/* - - http: - url: transfer-uat.dwolla.com/*