R2-Explorer
R2-Explorer copied to clipboard
[Feature Request] Deploying from GitHub
This project is amazing; I've been using it, and it works very well. Unfortunately, having Wrangler locally on the computer and the local module creates a dependency on working offline and deploying with Wrangler to the Cloudflare Worker for every change to see updates. It would be great if there was a way to fork the project and have an automatic deploy button to Cloudflare (example: https://github.com/eidam/cf-workers-status-page#deploy-with-cloudflare-deploy-button), where the Github Action is generated automatically (with private API keys configured as Action variables) to upload the deploy to Cloudflare.
Possible one-click automatic deployment link: https://deploy.workers.cloudflare.com/?url=https://github.com/G4brym/R2-Explorer
Maybe this could work: https://github.com/cloudflare/wrangler-action
Hey @fernandodilland i've just published a new tutorial onhow to setup a new project and update using github action https://r2explorer.dev/getting-started/setup-using-github-actions/ Let me know if you find any issues with this setup