Do composer install
to get dependency.
Creates new droplet and output ip address. It requires two environment variables:
- DO_ACCESS_TOKEN - Digital ocean access token.
- DO_OS - Operating system. You can get list of available os from here.
It also creates new file called droplet.json
which saves droplet id in it.
Deletes droplet specified in droplet.json
and also deletes file droplet.json
.