Skip to content

Instantly share code, notes, and snippets.

@kleicht
kleicht / names.txt
Created June 13, 2018 09:10
Slacktroll.me
Hello
@kleicht
kleicht / WEBHOOK.md
Last active April 4, 2018 13:37
deploy via github webhook

Don't forget to set POST webhook payload format to "application/json" (not form)

$ go get github.com/adnanh/webhook
$ sudo systemctl daemon-reload
$ sudo systemctl enable webhook
$ sudo service webhook start
$ journalctl -u webhook
aws s3 sync --acl public-read --sse --delete /path/to/static/site/ s3://www.mywebsite.com
aws configure set preview.cloudfront true
aws cloudfront create-invalidation --distribution-id xxx --paths '/*'
@kleicht
kleicht / circle.yml
Created May 31, 2017 07:14
Deploy github to now.sh via circle ci
deployment:
production:
branch: master
commands:
- now -t ${NOW_TOKEN} alias set $(now -t ${NOW_TOKEN}) mydomain.com