Skip to content

Commit 21ecd47

Browse files
Change URL in appeal-related cronjobs
1 parent 17a6293 commit 21ecd47

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

applications/go-api/azure-pipelines.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
displayName: "Deploy staging instance of go-api"
3333
env:
3434
ENVIRONMENT: staging
35-
VERSION: "0.0.2-develop.c32dffbe"
35+
VERSION: "0.0.2-develop.c58d3da6"
3636
# For Azure CLI
3737
AZURE_TENANT_ID: $(TERRAFORM_TENANT_ID)
3838
AZURE_CLIENT_ID: $(TERRAFORM_SERVICE_PRINCIPAL_ID)
@@ -120,7 +120,7 @@ jobs:
120120
displayName: "Deploy production instance of go-api"
121121
env:
122122
ENVIRONMENT: production
123-
VERSION: "0.0.2-master.caac7659"
123+
VERSION: "0.0.2-master.c691f47e"
124124
# For Azure CLI
125125
AZURE_TENANT_ID: $(TERRAFORM_TENANT_ID)
126126
AZURE_CLIENT_ID: $(TERRAFORM_SERVICE_PRINCIPAL_ID)

0 commit comments

Comments
 (0)