Skip to content

Instantly share code, notes, and snippets.

@bvanderlugt
Last active June 19, 2017 21:19
Show Gist options
  • Save bvanderlugt/2aec080e998cdc5ac67d9d7055cbcdb6 to your computer and use it in GitHub Desktop.
Save bvanderlugt/2aec080e998cdc5ac67d9d7055cbcdb6 to your computer and use it in GitHub Desktop.
drone.io troubleshooting

Did you set up env vars?

export DRONE_SERVER=http://buildme.com

export DRONE_TOKEN=specialtoken

Need to add a secret?

drone secret add --image=plugins/downstream
octocat/hello-world DOWNSTREAM_TOKEN my-secret-token

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment