Skip to content

Instantly share code, notes, and snippets.

@drwpow
Created June 28, 2018 00:45
Show Gist options
  • Save drwpow/e929d2a6d3ab899e8b65ebb5dfa0fe59 to your computer and use it in GitHub Desktop.
Save drwpow/e929d2a6d3ab899e8b65ebb5dfa0fe59 to your computer and use it in GitHub Desktop.
{
"scripts": {
"deploy": "docker build -t $TAG . && docker push $TAG && manifold run -- iron register -e \"MANIFOLD_API_TOKEN=$MANIFOLD_TOKEN\" $TAG"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment