Avinash0x1 / bin.prashansa.com.np

Wrangler Deploy (CF R2) Config for https://bin.prashansa.com.np

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bin.prashansa.com.np bin.prashansa.com.np/x86_64_Linux/



Deploy (Note to Self)

!# Install Wrangler: https://developers.cloudflare.com/workers/wrangler/install-and-update/
npm install "wrangler@latest" -g

!# Clone Source
git clone --filter="blob:none" "https://github.com/Azathothas/bin.prashansa.com.np"
cd "./bin.prashansa.com.np"

!# Only "./bin.prashansa.com.np/src/config.ts" & "./bin.prashansa.com.np/wrangler.toml" are required to be modified
code "./bin.prashansa.com.np/wrangler.toml"
code "./bin.prashansa.com.np/src/config.ts"

!# Deploy
npm install ; wrangler login
wrangler deploy

About

Wrangler Deploy (CF R2) Config for https://bin.prashansa.com.np


Languages

Language:TypeScript 100.0%