4571 Posts in 1381 Topics by 1376 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1061 Views |
-
Multiple server deployments

19 May 2010 at 7:24am
This might not be the right area to post in, but I have a slightly more complex question about how people deal with this.
Currently I work in a multi platform environment for each Silverstripe project, I have:
* A local development machine
* An internal development server
* An external staging server
* A live serverMy source code is stored in an SVN repo, I was using Beanstalk, because it can "deploy" to multiple environments and used to deploy SVN:Externals along with the repo.
Unfortunately, Beanstalk have removed SVN:Externals support, so I was looking at other ways to do this.
I was looking at either writing a basic python script that I could add to each project and run on the server, or maybe using buildout. Or even maybe creating a simple bash script.
I was wondering what other people do in these situations? Any advice would be handy.
Cheers,
Mo
-
Re: Multiple server deployments

19 May 2010 at 12:06pm Last edited: 19 May 2010 12:07pm
Hey Mo,
Found this at Beanstalk:
http://help.beanstalkapp.com/discussions/questions/454-deploying-svnexternals
Never used them (Beanstalk) myself. We pulled (Update) to test, then deployed via rsync to live. We don't have a staging machine though, so that makes it a bit simpler.
| 1061 Views | ||
|
Page:
1
|
Go to Top |


