Skip to content

Commit 57fa21f

Browse files
Merge pull request #93 from IFRCGo/develop
DREF3 changes about allocations and numbering
2 parents 8b57edd + 512c4ec commit 57fa21f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.ca9fe7da"
35+
VERSION: "0.0.2-develop.c8648b01"
3636
# For Azure CLI
3737
AZURE_TENANT_ID: $(TERRAFORM_TENANT_ID)
3838
AZURE_CLIENT_ID: $(TERRAFORM_SERVICE_PRINCIPAL_ID)
@@ -115,7 +115,7 @@ jobs:
115115
displayName: "Deploy production instance of go-api"
116116
env:
117117
ENVIRONMENT: production
118-
VERSION: "0.0.2-master.c2871f4e"
118+
VERSION: "0.0.2-master.ca136828"
119119
# For Azure CLI
120120
AZURE_TENANT_ID: $(TERRAFORM_TENANT_ID)
121121
AZURE_CLIENT_ID: $(TERRAFORM_SERVICE_PRINCIPAL_ID)

0 commit comments

Comments
 (0)