Rolled out in prod

This commit is contained in:
2021-04-04 08:58:45 +00:00
parent 0e2f3aef1f
commit bca9264ce9
7 changed files with 25 additions and 15 deletions

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
# Deploying
```
docker build -t 172.20.40.1:5000/doorboy:latest .
docker push 172.20.40.1:5000/doorboy:latest
overnode pull
overnode up
```