deno-deploy

Deploy Deno applications to Deno Deploy using CLI commands.

1|1|Updated Apr 17, 2025
One-click install
npx skills add https://github.com/4ster-light/4ster.dev --skill deno-deploy-4ster-light
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deno-deploy
Source: https://github.com/4ster-light/4ster.dev/tree/main/.agents/skills/deno-deploy
Command: npx skills add https://github.com/4ster-light/4ster.dev --skill deno-deploy-4ster-light

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the process of deploying Deno applications to Deno Deploy, guiding users through configuration, deployment commands, and environment variable management.

Core Features & Use Cases

  • Deployment Workflow: Provides step-by-step instructions for deploying Deno apps, including pre-flight checks and command execution.
  • Environment Variables: Explains how to manage and use environment variables across different deployment contexts (production, development, build).
  • Database & Storage: Details how to provision and utilize Deno KV and PostgreSQL databases.
  • Local Development Tunnel: Enables local development by exposing local servers to the internet for testing webhooks and collaboration.
  • Use Case: A developer needs to deploy their new Deno Fresh web application to Deno Deploy. They can use this Skill to understand the deno deploy --prod command, set up necessary environment variables for their database connection, and ensure their application is configured correctly for a smooth production release.

Quick Start

Use the deno-deploy skill to deploy your Deno application to production by running the 'deno deploy --prod' command.

Frequently Asked Questions about deno-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a Deno application to production?

To deploy a Deno application to production, execute the `deno deploy --prod` CLI command. This guides you through pre-flight checks and command execution for a smooth Deno Deploy release.

How do I manage environment variables for Deno Deploy across different contexts?

You can manage environment variables for Deno Deploy across production, development, and build contexts. This Skill explains how to configure and use variables for database connections and app settings.

Can I provision databases like Deno KV and PostgreSQL when deploying my Deno app?

Yes, you can provision and utilize Deno KV and PostgreSQL databases. This Skill details how to set up database management during your Deno Deploy workflow.

Does Deno Deploy support local development tunneling for testing webhooks?

Yes, Deno Deploy supports local development tunneling to expose local servers to the internet. This allows you to test webhooks and collaborate before production deployment.

What is the difference between production and preview deployments in Deno Deploy?

Production deployments use the `deno deploy --prod` command for live releases, while preview deployments allow testing. This Skill addresses both deployment contexts for your Deno applications.