Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 464 Bytes

devops.md

File metadata and controls

12 lines (11 loc) · 464 Bytes
  1. push to main deploys to prod, dev to dev
  2. need to periodically docker builder prune --all -f bc the docker cache grows too large.
    • currently testing a cron job for this (19th of every month)

Future

  1. PRs to main only from dev
  2. PRs merged to dev run a post deploy/smoke test somethign script test
  3. reach dev frontend
  4. reach dev backend
  5. login as demo user successfully
  6. nice to know alarm if site or certs or anythign go down