Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deployment information #725

Merged
merged 4 commits into from
Sep 14, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 3 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,27 +65,15 @@ To add a React component, you can target a container element from `/source/js/ma

#### Staging

Builds to staging are triggered by commits to `master`. A [Jenkins job](https://jenkins.mofoprod.net/view/STAGING/job/Network%20(staging)/) deploys to the "network-staging" S3 bucket in us-east-1, which is served using a CloudFront CDN.
Builds to staging are triggered by commits to `master`.

Staging URL is [network.mofostaging.net](https://network.mofostaging.net)

Managed content comes from: `network.mofoprod.net`, and `network-pulse-api-production.herokuapp.com`.

#### Production

Production deployments are triggered manually via a [Jenkins job](https://jenkins.mofoprod.net/view/STAGING/job/Network%20(production)/). Deployments are made to "network-production" in us-east-1, served using a CloudFront CDN.

Temporary production URL is [network.mofoprod.net](https://network.mofoprod.net)

Managed content comes from: `network.mofoprod.net`, and `network-pulse-api-production.herokuapp.com`.

#### Dev

Dev deployments for smoke testing API code changes are triggered manually via a [Jenkins job](https://jenkins.mofoprod.net/view/STAGING/job/Network%20(dev)/). Deployments are made to "network-smoketest" in us-east-1, served using a CloudFront CDN.

Dev URL is [network-dev.mofostaging.net](https://network-dev.mofostaging.net)
Production deployments are triggered by commits to `production`. Pull Requests to production must recieve approval from one of the core development team, and must pass all tests.

Managed content comes from: `network-api.mofostaging.net`, and `network-pulse-api-production.herokuapp.com`.
Production URL is [network.mozilla.org](https://network.mozilla.org)

##### Healthcheck

Expand Down