The production server is running off the `master` branch, but currently to update it you need to log in and then run these steps: 1. `cd optimism` 2. `git pull` 3. `docker-compose build` 4. `docker-compose up` We should have it auto-deploy when there are new commits to `master`.