Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 846 Bytes

File metadata and controls

26 lines (18 loc) · 846 Bytes

Deploy

This subdirecotry contains code and configuration to deploy various software services to a cloud environment.

Index

Deploy all services

  1. Use the template deployment script to create the final deployment script (this repo excludes deploy/deploy-all.sh from git):
    cp deploy/deploy-all.example.sh deploy/deploy-all.sh
  2. Edit deploy/deploy-all.sh and set the variables according to the instructions in the file.
  3. Run the script:
    ./deploy/deploy-all.sh

Useful links