You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If this is for staging, run export TAG={the github sha of the latest commit}. If this is for production, run export TAG={release version}.
Make a folder to put the project in and cd to it.
In the folder, run the following:
curl -o docker-compose.yml https://raw.githubusercontent.com/uwcsc/codeybot/main/docker/${{env.DEPLOYMENT_TARGET}}/docker-compose.yml
docker pull uwcsclub/codey-bot:$TAG // deployment target is staging or production
echo TAG=$TAG> .env
docker-compose down
docker-compose up -d