-
Notifications
You must be signed in to change notification settings - Fork 78
Move manual directly to cloudflare instead of local server #433
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
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
User description
Since the manual is anyway behind cloudflare the logical step is to move the static site directly to cloudflare pages.
This also solves #385
PR Type
Enhancement, Configuration changes
Description
Migrated manual deployment from local server to Cloudflare Pages.
Updated
.drone.yml
to usewrangler
for deployment.Added
wrangler
dependency topackage.json
.Changes walkthrough 📝
.drone.yml
Updated deployment pipeline to use Cloudflare Pages
.drone.yml
wrangler
command for deploying to Cloudflare Pages.package.json
Added `wrangler` dependency for Cloudflare Pages
package.json
wrangler
as a new dependency.