leigh
leigh
Explore posts from servers
CDCloudflare 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