I hereby claim:
- I am erkez on github.
- I am erkez (https://keybase.io/erkez) on keybase.
- I have a public key whose fingerprint is 192A 2372 C7E2 85C0 D8CD 9642 4E3F 1AE5 15AD 7B49
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # Zero downtime deployment with docker application + nginx | |
| # Maintainer: heitkotter [at] gmail.com | |
| # Requirements | |
| ## Image on production server | |
| ## Nginx cannot be a container. This guarantees that containers will be served after reboot | |
| # Script steps |