Answer the question
In order to leave comments, you need to log in
What are the best practices for deploying Golang applications?
What are the best practices for deploying Golang applications? What tools are available, is there anything similar to Capistrano or Mina used for rails applications?
Answer the question
In order to leave comments, you need to log in
As far as I know, it's simple:
- A binary
is built - A deb, rpm or other package
is made from it - The package is uploaded to the server, and installed / updated with standard utilities.
Some deploy statics and other files separately, using the same capistrano, mina, etc.
You can try https://drone.io it's ContinuousIntegration with github hook and deployment on Amazon, Heroku, Google AppEngine or custom. That is, you can code from your mobile phone. There are several paid and free analogues if you google it. If I understood the question correctly, this is what you meant.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question