Skip to content
Snippets Groups Projects
Unverified Commit 23472fc9 authored by anarcat's avatar anarcat
Browse files

we also need to run on the master

parent 972b0808
No related branches found
No related tags found
No related merge requests found
......@@ -125,12 +125,14 @@ This procedure is common to all cases:
6. deploy the changes globally:
ssh staticiforme puppet agent -t
ssh static-master-fsn puppet agent -t
cumin 'C:roles::static_mirror_web or C:roles::static_mirror_web_vanity' 'puppet agent -t'
6. remove the home directory specified on the server (often
`staticiforme`, but can be elsewhere) and mirrors, for example:
ssh staticiforme "mv /home/ooni /home/ooni-OLD ; echo rm -rf /home/ooni-OLD | at now + 7 days"
ssh static-master-fsn "rm -rf /srv/static.torproject.org/master/onionperf.torproject.org*"
cumin -o txt 'C:roles::static_mirror_web' 'mv /srv/static.torproject.org/mirrors/ooni.torproject.org /srv/static.torproject.org/mirrors/ooni.torproject.org-OLD'
cumin -o txt 'C:roles::static_mirror_web' 'echo rm -rf /srv/static.torproject.org/mirrors/ooni.torproject.org-OLD | at now + 7 days'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment