Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
leigh
Explore posts from servers
CD
Cloudflare Developers
D
Deno
Posts
Comments
CD
Cloudflare Developers
•
Created by leigh on 7/21/2023 in
#pages-help
Deploy Deno static site
Okay, that seems like it should be straightforward enough using a command like:
curl -fsSL https://deno.land/x/install/install.sh | sh && /opt/buildhome/.deno/bin/deno task build
curl -fsSL https://deno.land/x/install/install.sh | sh && /opt/buildhome/.deno/bin/deno task build
6 replies