Skip to content
Chelsea edited this page Nov 24, 2023 · 2 revisions

Home > Deployments And Infrastructure > Tools


TOOLS

  • Developers use this environment for testing, deploying open pull requests, and debugging purposes
  • This is “owned” by the developers
  • Data does not automatically sync into this environment
  • To upload data manually, you can use the AWS console to add data to the S3 bucket, or alternatively, you can manually sync production data using the GitHub action triggered by a manual workflow called “manually sync prod data to tools.”
  • Additionally, you have the option to clear out the S3 bucket and database on this environment by using the GitHub action triggered manually, named “clear all data tools.”
  • To deploy to tools:
    • Run make tag-tools from the command line
      • You can deploy open pull requests to the tools environment, allowing you to verify the build and deployment process
    • Reminder: For any infrastructure updates via Terraform, you must manually run make plan and make apply from the command line.
Clone this wiki locally