-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploy vLatest to production #72
Open
kennsippell
wants to merge
36
commits into
main
Choose a base branch
from
deploy
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 2 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
3de1877
Deploy production to v1.0.11
kennsippell d5e6393
Merge branch 'main' into deploy
kennsippell 9ca4eb5
1.0.15
kennsippell 8dba8fd
1.1.2
kennsippell 0d0c345
Merge branch 'main' into deploy
kennsippell da500e3
1.1.3
kennsippell 884051b
1.1.5
kennsippell cd9d561
1.1.6
kennsippell 8eb58ca
1.3.0
kennsippell 1d0b383
1.3.1
kennsippell f01890c
Merge branch 'main' into deploy
kennsippell d41d4f0
1.3.2
kennsippell cd87ad2
Merge branch 'main' into deploy
kennsippell a279f01
Deploy togo 1.3.3
kennsippell 5d312e2
Remove certificate-arn reference from deploy
nydr ed7c1ab
1.3.5
kennsippell 16ba9ba
Merge remote-tracking branch 'origin/dn/rm-cert-arn' into deploy
kennsippell 624aa0c
1.3.6
kennsippell 2eeba1f
1.3.11
kennsippell 3a7e5d8
1.3.15
kennsippell fd32f28
Deploy 1.3.16
kennsippell 62415e4
Merge branch 'main' into deploy
freddieptf ef66682
deploy 1.13.18
freddieptf b26eefa
1.3.19
kennsippell 0ed874a
1.3.20
kennsippell c2610e5
Create users-chis-civ.yaml in deploy branch
mrjones-plip 70de746
users-chis-civ.yaml to tag 1.3.20-civ-fixes-patch-1 per medic-infrast…
mrjones-plip ca21075
Deploy civ updates (#202)
inromualdo e4e461a
update tag for users-chis-civ.yaml to use new patch
mrjones-plip 120062b
Merge branch 'main' into deploy
kennsippell d21b915
Merge branch 'deploy' of https://github.com/medic/cht-user-management…
kennsippell f022a83
2.0.0
kennsippell 873b7bf
2.1.0
kennsippell 4391f61
Merge branch 'main' into deploy
kennsippell 1302f05
Missing 2.1.0 tag
kennsippell 7c3d620
Cleanup
kennsippell File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
cht-user-management: | ||
image: | ||
tag: 1.0.8 | ||
tag: 1.0.11 | ||
env: | ||
CONFIG_NAME: chis-ke | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
cht-user-management: | ||
image: | ||
tag: 1.0.8 | ||
tag: 1.0.11 | ||
env: | ||
CONFIG_NAME: chis-ug | ||
|
||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if this will work as expected, wouldn't this require having
medic/cht-user-management
in the deploy directory?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might be worth replacing these vars with environment variables
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think when you run these steps then the
medic/cht-user-management
is an alias. I tested these commands and I don't have that repo in this folder.We can do environment variables, but I think just you and I are using this for the foreseeable future and then we are going to move to MoH self-host. Did you try it? Can you?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did not try it, i followed the steps in https://github.com/medic/cht-user-management/blob/main/scripts/deploy/medic-deploy.md. If it works then no prob we can merge
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's just leave it open. Can you try it next time you're doing a deployment? No rush on this one.