Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 829 Bytes

deploy.md

File metadata and controls

34 lines (24 loc) · 829 Bytes

Deploy

app specfy io_public Map of the current infrastucture

Deploy using Terraform

Read Deploy with Terraform

Deploy Manually

You will need:

  • A Postgres instance
  • A Redis instance
  • An Elasticsearch instance
  • One, or many, processes to serve:
    • Api + Job consumer
    • App (dashboard frontend)
    • Emails
  • Fill all secrets required in .env.example or in your deploy env. See Secrets

Building source code

# Backend
npx turbo run build --ignore app

# Frontend
npx turbo run build --filter app

You should check the current Dockerfile for inspiration. NB: specfy.io is currently built and hosted by Vercel