surge
surge copied to clipboard
Issue with TravisCLI Integration
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 ? 🍕
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.