Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 443 Bytes

do.md

File metadata and controls

16 lines (11 loc) · 443 Bytes

Digital Ocean

Export your credentials as environment variables

Create a Digital Ocean API KEY then export the credentials.

$ export DO_API_KEY=YOUR_DO_API_KEY

Initialize packer

$ make packer-build env=digital-ocean image=image-ubuntu

After this step you will have a snapshot on your account, to deploy new VMs from the base image.