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

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -