Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 427 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 427 Bytes

This is a collections of recipes (scripts) to be used with simple_provision

simple_provision provides a simple yet effective way to automate the provision of your Droplet on Digital Ocean.

Contributing

  1. Fork it
  2. Create your script branch (git checkout -b my-new-script)
  3. Commit your changes (git commit -am 'Add some script')
  4. Push to the branch (git push origin my-new-script)
  5. Create new Pull Request