Skip to content

Commit ab6e6fe

Browse files
committed
fix: TT-513 test tf init on ci/cd
1 parent e5a3dd1 commit ab6e6fe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/time-tracker-ui-cd-prod.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: time-tracker-ui-cd-prod
22

33
on:
4-
push:
5-
branches:
6-
- TT-513-Create-CI/CD-pipeline-in-timer-tracker-ui-to-deploy-changes-for-both-environments
4+
release:
5+
types:
6+
- published
77

88
jobs:
99
cd:
@@ -30,11 +30,11 @@ jobs:
3030
creds: ${{ secrets.AZURE_CREDENTIALS }}
3131

3232
- name: Build the docker image
33-
run: build
33+
run: make build
3434

3535
- name: Publish docker image to prod azure container registry
3636
run: |
37-
make login publish acr=tt513registry image_tag=$RELEASE_VERSION
37+
make login publish acr=ADDAZUREPRDOREGISTRY image_tag=$RELEASE_VERSION
3838
- name: Setup terraform
3939
uses: hashicorp/setup-terraform@v1
4040

0 commit comments

Comments
 (0)