- cp .env.example .env
- Update .env with your Personal Access Token and other info about your server
- Copy the private ssh key that you want to use with that droplet into private_ssh_key folder. Make sure that you name it the same as SSH_KEY in the .key file.
docker-compose run app ./create-droplet # create new droplet
docker-compose run app ./install # installs everything you need on the droplet
Everything you put in the home
folder will be copied to the home of the dev user.
The last output will be the ssh command to your new droplet.
If you want to generate different crypted password you can use this command:
mkpasswd --method=SHA-512 <password to crypt>