Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use in headless server environment #185

Open
nicholaschiang opened this issue Jun 3, 2021 · 1 comment
Open

Use in headless server environment #185

nicholaschiang opened this issue Jun 3, 2021 · 1 comment

Comments

@nicholaschiang
Copy link

Is there a way to authenticate release in a headless server environment?

I am SSH-ing into my main development machine which does not have a browser. How can I authenticate and make release work in that server environment so that I can publish GitHub releases for tutorbookapp/tutorbook automatically?

@nicholaschiang
Copy link
Author

Looks like all I had to do was enable the (kind of hidden) show-url flag:

$ yarn release -u

And then open the authentication link in a tab on my machine. You should update the docs to specify that, if you're in a headless environment that doesn't support open() calls, you should use the -u flag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant