-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Capistrano deployment #205
Comments
An update: for some reason yesterday stable release didn't work on local environment but todays it works (apparently the app doesn't work immediately after creating and checking out into a branch, so have to checkout some where else and be back and then it works?) Anyway, the question still stands. Is it better to have a stable release working on production, or the latest master version? |
Hi, @DemocraciaPopular 😄. It's better to have a stable release on production because we don't guarantee that the Hope that clarifies the point! |
Hi, @DemocraciaPopular 😄. I'm closing this issue as it was already answered. By all means, if you think this issue should still be open, please reopen it and tell us what we can do to solve it. |
Hi guys. I was finally able to get to the point to be able to deploy with Capistrano. However, I have a question.
The instructions in the installer docs for local development allow the user/developer to run latest Consul master branch.
On the other hand, the instructions guide to deploy Capistrano guide the user to deploy a production instance of Consul from stable (1.5.0) branch.
I my case, the stable branch works on remote server
but not on local environment. On the other hand, deploying master branch on local and remote works fine.So my question is, is this workflow intended mostly to work with latest master branch and leave stable production install untouched? That would make sense as deploying a stable version through capistrano wouldn't make sense if the stable version doesn't work locally (it would require to manually modify files on the vps, defeating the purpose of capistrano).Anyway, I would appreciate some further elaboration on this workflow.
kind regards
ps: in the instructions, it instructs the user to run
git checkout origin/1.5.0 -b stable
but for me only works removing the "origin" word from the commmand.The text was updated successfully, but these errors were encountered: