Skip to content

Instantly share code, notes, and snippets.

View jshimko's full-sized avatar

Jeremy Shimko jshimko

  • independent
  • Connecticut, USA
  • 10:43 (UTC -04:00)
View GitHub Profile
@jshimko
jshimko / docker-ssl-deployment.sh
Last active February 25, 2022 10:11
Deploy Reaction Commerce on Digital Ocean with Nginx and a Let's Encrypt SSL certificate
# start a server on Digital Ocean
# https://docs.docker.com/machine/drivers/digital-ocean/
docker-machine create \
--driver digitalocean \
--digitalocean-access-token <YOUR API KEY> \
--digitalocean-size 2gb \
reaction
# tell Docker to run commands on that server