Skip to content

Instantly share code, notes, and snippets.

@zuzuleinen
Created August 3, 2022 10:11
Show Gist options
  • Save zuzuleinen/d8f4f0a55f4a22ed98e3483c329f5cb1 to your computer and use it in GitHub Desktop.
Save zuzuleinen/d8f4f0a55f4a22ed98e3483c329f5cb1 to your computer and use it in GitHub Desktop.
Deploy task
deploy:
cmd: netlify deploy --prod --dir=./build --site="$NETLIFY_SITE_ID" --auth="$NETLIFY_AUTH_TOKEN"
dependson:
- build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment