GitDeployHub

mozilla/jira-bugzilla-integration

github.com/mozilla/jira-bugzilla-integration ↗
Python
12 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • ENV Environment variables for the local development environment
  • LOG_FORMAT
  • LOG_LEVEL
  • APP_RELOAD
  • APP_DEBUG
  • JBI_API_KEY secret
  • DL_QUEUE_DSN
  • DL_QUEUE_CONSTANT_RETRY
  • DL_QUEUE_RETRY_TIMEOUT_DAYS
  • JIRA_USERNAME Jira API Secrets
  • JIRA_API_KEY secret
  • BUGZILLA_API_KEY secret Bugzilla API Secrets
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/mozilla/jira-bugzilla-integration
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/mozilla/jira-bugzilla-integration
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/mozilla/jira-bugzilla-integration
Or deploy to a different host
← Try another repo