Skip to content
This repository has been archived by the owner on Sep 20, 2019. It is now read-only.

Commit

Permalink
Merge 257b538 into 02fe79e
Browse files Browse the repository at this point in the history
  • Loading branch information
Rail Aliiev committed Jul 13, 2018
2 parents 02fe79e + 257b538 commit 6bf8040
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ To run python and JS tests with docker:
* ```docker run --rm -v $(pwd):/src -ti shipit-test-runner /src/scripts/run_tests.sh```

## Deployment
After a PR is merged to master, it is automatically deployed to https://ship-it-dev.allizom.org/ and https://ship-it.allizom.org/. In order to deploy to production, the `master` branch should be pushed to the `production` branch:
After a PR is merged to master, it is automatically deployed (checked every 10
minutes) to https://ship-it-dev.allizom.org/ and https://ship-it.allizom.org/.
In order to deploy to production, the `master` branch should be pushed to the
`production` branch:

```git push origin origin/master:production```

Expand Down

0 comments on commit 6bf8040

Please sign in to comment.