Skip to content

Instantly share code, notes, and snippets.

@dmurawsky
Created June 29, 2018 21:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmurawsky/2c7e8f86a913c91dea9f46d00950d803 to your computer and use it in GitHub Desktop.
Save dmurawsky/2c7e8f86a913c91dea9f46d00950d803 to your computer and use it in GitHub Desktop.
Now Deploy Script
{
"scripts": {
"deploy": "now -e EXAMPLE_API_KEY=@example-api-key && now alias `pbpaste` example.com && now scale `pbpaste` 1 1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment