commit 50e9e3056a9c23a07cffc3405b5654b639bfcbad Author: Iain R. Learmonth irl@fsfe.org Date: Wed Jun 26 09:43:07 2019 +0100
README: Update about Jenkins --- README.md | 33 +++++++++++++-------------------- 1 file changed, 13 insertions(+), 20 deletions(-)
diff --git a/README.md b/README.md index 89e1ddf..26c27ff 100644 --- a/README.md +++ b/README.md @@ -16,29 +16,22 @@ Build and serve on localhost make server ```
-Deploy your changes to staging ------------------------------- - -``` -make staging -``` - -Your changes will shortly appear at https://research-staging.torproject.org/. - -Deploy your changes to production ---------------------------------- - -``` -make production -``` - -Your changes will shortly appear at https://research.torproject.org/. - Adding a technical report -------------------------
To add a technical report, place the final PDF to be published in the `static/techreports/` directory. Add an entry to the BibTeX file `techreports.bib`. This change will be made when you next run `make -server|staging|production` or you can perform only the update step by running -the `update-techreports-html` script. +server` or you can perform only the update step by running the +`update-techreports-html` script. + +Deploy your changes to production/staging +----------------------------------------- + +Simply push to git on the master or staging branches, Your changes will shortly +appear at https://research%5B-staging%5D.torproject.org/. + +The relevant jenkins jobs are: + +https://jenkins.torproject.org/job/hugo-website-research/ +https://jenkins.torproject.org/job/hugo-website-research-install/
tor-commits@lists.torproject.org