Skip to content
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 846 Bytes

DEPLOYMENT.md

File metadata and controls

13 lines (10 loc) · 846 Bytes

Deployment

Azure

  • Set up an azure account, if you haven't already, and install the azure cli
  • Install terraform
  • Clone this repository and navigate to resources/azure
  • Edit the variables in terraform.tfvars, if needed
  • Login to the azure cli with az login
  • Run terraform apply

You'll be asked for your ssh public key for remote access to the deployed app, this can be usually be found on linux by running cat ~/.ssh/id_rsa.pub, and your email address to be used for letsencrypt.

When everything has been deployed you should see the domain name the app is running on, and the ssh command for connecting to the app server.