We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b57edd + 512c4ec commit 57fa21fCopy full SHA for 57fa21f
applications/go-api/azure-pipelines.yaml
@@ -32,7 +32,7 @@ jobs:
32
displayName: "Deploy staging instance of go-api"
33
env:
34
ENVIRONMENT: staging
35
- VERSION: "0.0.2-develop.ca9fe7da"
+ VERSION: "0.0.2-develop.c8648b01"
36
# For Azure CLI
37
AZURE_TENANT_ID: $(TERRAFORM_TENANT_ID)
38
AZURE_CLIENT_ID: $(TERRAFORM_SERVICE_PRINCIPAL_ID)
@@ -115,7 +115,7 @@ jobs:
115
displayName: "Deploy production instance of go-api"
116
117
ENVIRONMENT: production
118
- VERSION: "0.0.2-master.c2871f4e"
+ VERSION: "0.0.2-master.ca136828"
119
120
121
0 commit comments