Skip to content

Instantly share code, notes, and snippets.

@knowbody
Created May 23, 2017 17:09
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save knowbody/7bda79f59d6701423ff78bdc979daca4 to your computer and use it in GitHub Desktop.
Save knowbody/7bda79f59d6701423ff78bdc979daca4 to your computer and use it in GitHub Desktop.
now.sh deployment CircleCI
deployment:
development:
branch: master
commands:
- URL=$(now -t ${NOW_TOKEN})
- now -t ${NOW_TOKEN} alias set ${URL} eedi-dev.now.sh
production:
branch: production
commands:
- URL=$(now -t ${NOW_TOKEN})
- now -t ${NOW_TOKEN} alias set ${URL} eedi.now.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment