Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
62d569b
feat: TT-509 Use terraform to provision ui infraestructure
jatobrun Mar 8, 2022
3fe4e5e
fix: TT-509 expose port 8080 in docker images
jatobrun Mar 10, 2022
6cc64e6
fix: TT-509 change app to port 80
jatobrun Mar 14, 2022
483cf6a
fix: TT-509 including empty line in all files
jatobrun Mar 15, 2022
a4b8426
fix: TT-509 Change the dockerfile to use root user and not app user
jatobrun Mar 16, 2022
da8e769
parent bf8977e79ef18ac85a09f9c55b213c72146c0de7
heikergil Mar 10, 2022
06735a0
fix: TT-513 tests cd-stage.yml
heikergil Mar 16, 2022
09235cf
feat: TT-513 CD - Prod yaml file
santii90ec Mar 16, 2022
d85bbe2
fix: TT-513 tests azure credentials
heikergil Mar 17, 2022
9cce0c9
fix: TT-513 change image tag variable
heikergil Mar 17, 2022
8b6fd37
fix: TT-513 add acr
heikergil Mar 17, 2022
81dae65
fix: TT-513 fix make publish
heikergil Mar 17, 2022
16671fe
fix: TT-513 fix make
heikergil Mar 17, 2022
0e496cc
fix: TT-513 change acr
heikergil Mar 17, 2022
cb9246a
feat: TT-513 cli test and dev test make file
santii90ec Mar 17, 2022
aebce8d
Merge branch 'TT-513-Create-CI/CD-pipeline-in-timer-tracker-ui-to-dep…
santii90ec Mar 17, 2022
b434d10
Merge branch 'TT-513-Create-CI/CD-pipeline-in-timer-tracker-ui-to-dep…
heikergil Mar 17, 2022
dd8f99d
TT-513 fix make publish command
heikergil Mar 17, 2022
fcd887c
fix: TT-513 change registry url
heikergil Mar 17, 2022
4a60730
fix: TT-513 fix registry url
heikergil Mar 17, 2022
15af506
fix: TT-513 test CI/CD pipeline
heikergil Mar 21, 2022
e5a3dd1
fix: TT-513 tests cd/ci make build
heikergil Mar 21, 2022
ab6e6fe
fix: TT-513 test tf init on ci/cd
heikergil Mar 21, 2022
9740043
fix: TT-513 test tags
heikergil Mar 22, 2022
b732dc4
fix: TT-513 Fix CI on all PR
santii90ec Mar 21, 2022
9bd67e5
fix: TT-513 Fix CI pipeline
santii90ec Mar 21, 2022
f8c817c
fix: TT-513 Fix Make file for dev testing
santii90ec Mar 22, 2022
214e563
fix: TT-513 fix make publish
heikergil Mar 22, 2022
be6524b
delete comments
heikergil Mar 23, 2022
02591f8
fix: TT-513 Fix CI on all PR
santii90ec Mar 21, 2022
43042db
fix: TT-513 fix make publish
heikergil Mar 22, 2022
301182c
fix: TT-509 Change the dockerfile to use root user and not app user
jatobrun Mar 16, 2022
4dd2f95
delete comments
heikergil Mar 23, 2022
4a8aa30
fix: TT-513 Merge with master
santii90ec Mar 23, 2022
254190e
fix: TT-513 master rebase
heikergil Mar 23, 2022
4148493
fix: TT-513 change make publish
heikergil Mar 23, 2022
82f6b3e
fix: TT-513 fix dockerfile
heikergil Mar 23, 2022
56b6deb
TT-513: Fix ci pipeline
faustocv Mar 24, 2022
b725aa2
TT-513: Triggering pipeline in all branches. WIP
faustocv Mar 24, 2022
83b0e86
fix: TT-513 add acr variable to make login
heikergil Mar 24, 2022
edb2b75
TT-513: Triggering TF plan in all branches
faustocv Mar 24, 2022
d7727e2
TT-513: Makes cd stage pipeline more readable
faustocv Mar 24, 2022
25a587b
TT-513: Makes cd stage pipeline more readable
faustocv Mar 24, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: TT-513 add acr variable to make login
  • Loading branch information
heikergil committed Mar 24, 2022
commit 83b0e8636e549327cb0d18a7c71254e059f32507
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ publish_prod: ## Upload a docker image to the prod azure container registry acr=

.PHONY: login
login: ## Login in respository of docker images.
az acr login --name $(container_registry)
az acr login --name $(acr)

.PHONY: release
release: require-VERSION-arg require-COMMENT-arg ## Creates an pushes a new tag.
Expand Down