-
Notifications
You must be signed in to change notification settings - Fork 1
WIP: Generate and deploy to Netlify in CI #9
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
Conversation
@JonathanReeve Any idea about this "Mixed content" error from Netlify? https://github.com/open-editions/open-editions.org/runs/403388638 |
Awesome. Do I just add auth environment variables via Settings -> Secrets, for this repo? |
I added secrets, so I think I should be able to try merging this once it's not a draft. |
I'm using this blog post as a reference, which does talk about adding secret keys to the repo. I pushed a new commit to trigger the build, but the deploy step seems to be stuck ... hmm .... |
It looks like it's just missing the auth details? Now that I added them, it should work, I imagine. I just triggered a rebuild just now, so we'll see. |
It tries to open the web browser and fails:
I think there is something we are not doing right. I have other things to do right now, so my efforts on srid/rib#93 may have to wait a bit. |
I got this to work, kind of, through a kind of dirty hack where I compile to the gh-pages branch, and then get Netlify to serve that branch. It works OK for now, so I'll close this PR, but if you have any ideas about how to streamline this action, or speed it up, please let me know. What would be really nice is to do something like |
[Includes #8]
Just playing with it in the interest of srid/rib#93
Not ready to be merged yet.