surge icon indicating copy to clipboard operation
surge copied to clipboard

Issue with TravisCLI Integration

Open live-wire opened this issue 6 years ago • 1 comments

Hi I observed the following problem while integrating my project EvalAI-ngx:

  • Surge just requires SURGE_TOKEN as the environment variable to automatically log in
  • If this environment variable is configured to be hidden in Travis Settings (Display value in build logs : OFF), surge is unable to read it (can't automatically log in).
  • I changed the Environment Variables to be not hidden and the build seems to work now.

Can someone please verify if this issue is valid ? 🍕

live-wire avatar Jun 17 '18 13:06 live-wire

If this point is still on the agenda: have you tried to encrypt the token (link to Travis doc)?

As for example, one of my travis.yml is using surge to deploy.

Al-un avatar Jan 14 '19 12:01 Al-un