Conversation
ekohl
left a comment
There was a problem hiding this comment.
I've been wondering about using the GitHub deployments API as well. Mostly because there's a more direct view of what was deployed in our PRs. Have you used https://docs.github.com/en/actions/use-cases-and-examples/deploying/deploying-with-github-actions in the past?
Also, it made me look at this file and noticed we made some preparations for the CDN but didn't activate it when we turned on the CDN:
jenkins-jobs/theforeman.org/pipelines/deploy/website.groovy
Lines 35 to 38 in 4a0b9c2
Should we do that now?
I did not (and didn't plan to do that overhaul right now)
That's unrelated to which backend the CDN uses, but yes. |
I took a stab at it in theforeman/theforeman.org#2206. What we could even do is to have both in place for a time: GHA for the new host and Jenkins for the old host. |
No description provided.