Skip to content

Redeploy the frontend

Jacob Thomas Errington edited this page Feb 14, 2018 · 7 revisions
$ ssh [email protected]
$ sudo become-hakyll
$ cd b21
$ git pull
$ ./deploy.sh
$ ./build-frontend.sh

If you have SSH access to the hakyll user, then you should be able to just locally run ./remote-deploy.sh provided in the repo to redeploy the frontend, the backend, and the redirects manager.

Clone this wiki locally