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

Commit

Permalink
Merge 5c1ba95 into 6aac6e2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rail Aliiev committed Jul 10, 2018
2 parents 6aac6e2 + 5c1ba95 commit ceb332b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,8 @@ To run python and JS tests with docker:

* ```docker build -t shipit-test-runner -f Dockerfile-tests ./```
* ```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:

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

0 comments on commit ceb332b

Please sign in to comment.