Skip to content

Environments

At the moment we have 4 different environments:

  • dev.seamink.dev - dev branch
  • staging.seamink.dev - staging branch
  • data.seamink.dev - master branch, used by the data team
  • app.altruistiq.com - master branch

The *.seamink.dev environments are only accessible using our VPN. Make sure to get access!

Deploys

Our deployment is automated using CI. A merge into dev will automatically deploy to dev.seamink.dev. A merge to staging will deploy to staging.seamink.dev and a merge to master will deploy to data.seamink.dev and app.altruistiq.com

IMPORTANT! Before deploying make sure to migrate the database if needed! Migrating our database is a manual process and not handled by CI.