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