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.
1 parent e5a3dd1 commit ab6e6feCopy full SHA for ab6e6fe
.github/workflows/time-tracker-ui-cd-prod.yml
@@ -1,9 +1,9 @@
1
name: time-tracker-ui-cd-prod
2
3
on:
4
- push:
5
- branches:
6
- - TT-513-Create-CI/CD-pipeline-in-timer-tracker-ui-to-deploy-changes-for-both-environments
+ release:
+ types:
+ - published
7
8
jobs:
9
cd:
@@ -30,11 +30,11 @@ jobs:
30
creds: ${{ secrets.AZURE_CREDENTIALS }}
31
32
- name: Build the docker image
33
- run: build
+ run: make build
34
35
- name: Publish docker image to prod azure container registry
36
run: |
37
- make login publish acr=tt513registry image_tag=$RELEASE_VERSION
+ make login publish acr=ADDAZUREPRDOREGISTRY image_tag=$RELEASE_VERSION
38
- name: Setup terraform
39
uses: hashicorp/setup-terraform@v1
40
0 commit comments