Deployment script example
There are many different options in terms of where software can be deployed. In this way, a deployment script can vary greatly depending on whether a project is open source, private, or enterprise. Many open source projects simply create a GitHub release (https://help.github.com/articles/creating-releases/) for each new release and automate the process by using a Bash script. Some companies may use Heroku (https://devcenter.heroku.com/start) as their provider or some may use AWS CodeDeploy (https://aws.amazon.com/codedeploy/) but, in the end, you want to automate your deployment process so that there is a standard and automated way to deploy your software. It is also good to have a deployment script that will collate ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access