DIGITALOCEAN_ACCESS_TOKEN
environment variable
ssh-keygen
. In the file
./digitalocean/variables.tf, update the value of ssh_pub_key
to your path of public key.
ssh -i [path_to_private_key] root@[ip]
Run command to start Mage app in :
docker run
command above.
http://[ip]:[port]
Change the IP to match the IP of your Droplet and the port that you’re using for Mage.