Skip to content

Instantly share code, notes, and snippets.

Keybase proof

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:

@erkez
erkez / geojson_deu_level1.json
Last active May 31, 2017 13:58
geojson_deu_level1.json
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@erkez
erkez / docker-deployment.sh
Last active May 31, 2023 08:20
Zero downtime deployment with docker application + nginx
#!/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