tbeauvais / puma-redeploy

Puma plugin to redeploy and reload app from artifact
MIT License
1 stars 1 forks source link

Add archive support for GitHub packages #23

Open tbeauvais opened 1 year ago

tbeauvais commented 1 year ago

Currently, puma-redeploy only supports file system archives and watch file locations. This item adds support for puma-redeploy to use GitHub releases and packages. Not sure if it's possible to watch a release but let's look into it. Maybe the archive can live in packages and watch file elsewhere.

See: https://github.com/orgs/community/discussions/25916

Originally posted by @tbeauvais in https://github.com/tbeauvais/puma-redeploy/issues/9