Stem website down

Hi lovely sysadimins. Today I noticed that Stem's website is down...

https://stem.torproject.org/

The www directory on staticforme has the appropriate content...

stem@staticiforme:~$ ls /home/stem/www
_images   _sources  api       change_log.html  download.html  genindex.html  objects.inv       search.html     tutorials
_modules  _static   api.html  contents.html    faq.html       index.html     py-modindex.html  searchindex.js  tutorials.html

Per chance did someone revoke the stem user's sudoer access? When I run Stem's website replubication script its mirroradm upload encounters a password prompt where I don't believe it previously did...

stem@staticiforme:~$ cat /home/stem/build_site 
#!/bin/sh

export PATH=/home/stem/bin:$PATH
export PYTHONPATH=/home/stem/lib/python

cd /home/stem/stem
git pull

cd docs
make clean
make html

sudo -u mirroradm static-master-update-component stem.torproject.org
echo "$(date)" > /home/stem/site_last_built
stem@staticiforme:~$ ./build_site 
Already up to date.
rm -rf _build/*
sphinx-build -b html -d _build/doctrees   . _build/html
Making output directory...
Running Sphinx v1.1.3
...
build succeeded, 47 warnings.

Build finished. The HTML pages are in _build/html.
[sudo] password for stem on staticiforme: 

If you'd like for us to adjust something with regard to our website republication I'm all ears, but in the meantime I'd appreciate if we restored the website.

Thanks!