Module: Daisybill

Defined in:
lib/github_workflow/daisybill.rb

Constant Summary collapse

APPS =
[
  DAISYBILL = {
    "github_org": "daisybill",
    "github_repo": "daisyBill",
    "heroku_staging_app": "daisybill-staging"
  },
  ELLIS = {
    "github_org": "daisybill",
    "github_repo": "ellis",
    "heroku_staging_app": "ellis-staging"
  },
  AUTH_INBOX = {
    "github_org": "daisybill",
    "github_repo": "auth-inbox",
    "heroku_staging_app": "auth-inbox-staging"
  },
  KNOWLEDGEABLE = {
    "github_org": "daisybill",
    "github_repo": "knowledgeable",
    "heroku_staging_app": "knowledgeable-staging"
  },
  FEE_SCHEDULE = {
    "github_org": "daisybill",
    "github_repo": "fee_schedule",
    "heroku_staging_app": "fee-schedule-staging"
  },
  WCB_XML_CLEARINGHOUSE = {
    "github_org": "daisybill",
    "github_repo": "wcb_xml_clearinghouse",
    "heroku_staging_app": "wcb-xml-clearinghouse-staging"
  }
]