Tagged Questions
4
votes
2answers
678 views
How to deploy Subversion externals?
We're testing the waters with SVN, with Beanstalk as a host. Our setup looks something like this:
Repository: Modules
Module 1
Module 2
Module 3
Repository: Website 1
Custom website code
...
2
votes
2answers
93 views
configuration files in version control while deploying
I have a particular problem with config files and deployment. When I deploy my project, it eventually moves to two different branches: staging and production (using SVN here)
I make the branch from ...
1
vote
2answers
319 views
Git, Beanstalk, WordPress Ultimate Deployment Approach
I'm using Git and Beanstalk to develop WordPress locally and then deploy to the production server with Beanstalk's deployment process. But how do I sync changes that are made on the production server ...