Update deployment instructions

This commit is contained in:
2021-06-12 20:52:19 +00:00
parent 496df2db02
commit de5fd083a6
2 changed files with 6 additions and 6 deletions

View File

@@ -43,11 +43,10 @@ to redirect requests to your dev instance.
# Deploying
Images are built and pushed to Docker Hub by Jenkins.
To deploy in prod adjust `DOORBOY_SECRET`, `MONGO_URI` in `.env` and proceed to launch:
```
docker build -t 172.20.40.1:5000/doorboy:latest .
docker push 172.20.40.1:5000/doorboy:latest
overnode pull
overnode up
```