simple_provision provides a simple yet effective way to automate the provision of your Droplet on Digital Ocean.
- Fork it
- Create your script branch (
git checkout -b my-new-script
) - Commit your changes (
git commit -am 'Add some script'
) - Push to the branch (
git push origin my-new-script
) - Create new Pull Request