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

Home > Deployments And Infrastructure > Dev


DEV

  • This environment is where most of the testing will take place and is “owned” by the QA analyst
  • Data does not automatically sync into this environment
  • Only the parsing of files from S3 to the database is automated, all other lambdas must be manually triggered
  • You may manually upload data via AWS console into the S3 bucket, or you can manually sync the prod data in using the GitHub action with a manual workflow trigger called “manually sync prod data to dev”
  • Similarly, you can clear out the S3 bucket and database on dev by using the GitHub action with a manual workflow trigger called “clear all data dev”
  • To deploy to dev:
    • First, deploy to tools: run make tag-tools from the command line
      • This deployment to tools can be done with open PRs and used to verify the build and deployment process
    • Next, deploy to dev: run make tag-dev from the command line
    • Reminder: For any infrastructure updates via Terraform, you must manually run make plan and make apply from the command line.
Clone this wiki locally