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 GitHub artifacts for glimesh.tv deploy #20

Open
clone1018 opened this issue Apr 17, 2021 · 1 comment
Open

Use GitHub artifacts for glimesh.tv deploy #20

clone1018 opened this issue Apr 17, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@clone1018
Copy link
Member

We are now building an artifact for every GitHub push to dev, it would be nice to sue this pre-built image to run our production servers (instead of building a fresh copy on each server). This would also allow us to digest our assets once (if we wanted to use a CDN).

https://github.com/Glimesh/glimesh.tv/actions/runs/758622405#artifacts

@clone1018 clone1018 added the enhancement New feature or request label Apr 17, 2021
@LukeHandle
Copy link
Contributor

Main hurdle for using the GitHub artifacts is the requirement for auth so that you can download them, eg. https://github.com/Glimesh/glimesh.tv/suites/2648054351/artifacts/58185635 is a 404 when not authed (try Incognito).

If instead proper releases were created, these would be handier. For dev builds, adding the git short hash to the version would also make sense for a release - and is a step we already take.

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

No branches or pull requests

2 participants