git branch - GIT/STASH for Multiple Independent Server Creation -



git branch - GIT/STASH for Multiple Independent Server Creation -

we implementing git/stash scripts automatic creation of application servers in aws (box + o/s + application stack) multiple independent applications, each own server. code mutual 2 or more servers. prod deployments expected 1 server @ time.

i'm thinking should have either 1 repo per app server (therefore 1 mutual code) , or 1 repo maybe permanant branches each app server & 1 branch mutual code. enable easy/automatic tracking of changes each app server. i'm thinking trunk should production (needing pull request merge in), can track has changed in production each appserver

we using jenkins automatically build

if has used git/stash this, i'd know recommend handle scenario (including branching technique)

thanks

git git-branch atlassian-stash

Comments

Popular posts from this blog

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -