Backend deployment process #2229
szabozoltan69
started this conversation in
General
Replies: 1 comment
-
@thenav56 @susilnem @batpad @samshara – this can be useful in the next weeks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
on https://github.com/ifrcgo/go-api/pkgs/container/go-api%2Fifrcgo-helm there is a new image appearing at top,
e.g.
0.0.1-0.dev.git.1.hf3937bd
(Which is: "
0.0.1-0.dev.git.1.h
" + the first seven characters of the last git commit.)Check the creation time and the commit id, then if good: copy that image name to your clipboard.
Put the copied image name to the "develop" code, to here, in case of "develop" (Staging deployment):
or downer here, in case of "master" (Production deployment):
The commit message of this change can be relevant, e.g. the summary of the topic we deploy.
(This will appear on the Azure DevOps pipeline.)
IFRCGo/go-deploy@master...develop
git log
.Beta Was this translation helpful? Give feedback.
All reactions