Skip to content

Deployment

Dan Reeves edited this page Jul 7, 2017 · 2 revisions

Deploy slackin:

now rauchg/slackin --name=cg-slackin          \
-e SLACK_API_TOKEN=@cg-slack-api-token        \
-e SLACK_SUBDOMAIN=@cg-slack-subdomain        \
-e GOOGLE_CAPTCHA_SECRET=@cg-captcha-secret   \
-e GOOGLE_CAPTCHA_SITEKEY=@cg-captcha-sitekey

Deploy naked -> join. redirect:

now timneutkens/now-redirect --name=cg-redirect \
-e REDIRECT_URL=https://join.cornwallgeeks.net \
-e STATUS=307

Remember to set scale options to 1 so they don't sleep and then alias the correct domains.

Clone this wiki locally