Create a new repository from https://github.com/bgpat/isucon-boilerplate/generate.
Invite your team members from https://github.com/dbgofy/isucon11-prior-20210814/settings/access. After them have confirmed, run Update SSH Keys.
Run following commands in the each competition server:
cd /
git init
git remote add origin https://github.com/dbgofy/isucon11-prior-20210814.git
git fetch origin master
git reset --hard FETCH_HEAD
make
Add deploy key and run git push -u origin master
.
vim /etc/nginx/nginx.conf
git add -f *.go