deno-deploy

Deploy Deno apps to Deno Deploy with CLI commands and configuration.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/sebastiankunikowski/zadanie-rekrutacyjne-vautomate --skill deno-deploy-sebastiankunikowski
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deno-deploy
Source: https://github.com/sebastiankunikowski/zadanie-rekrutacyjne-vautomate/tree/main/.agent/skills/deno-deploy
Command: npx skills add https://github.com/sebastiankunikowski/zadanie-rekrutacyjne-vautomate --skill deno-deploy-sebastiankunikowski

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Deploying Deno apps to production can be complex and error-prone without clear guidance on deployment workflows, environment variables, and domain management.

Core Features & Use Cases

  • Guidance for production and preview deployments using the Deno Deploy CLI
  • Environment variable handling, domain configuration, and local development tunneling
  • Step-by-step workflows that cover common scenarios like creating apps, provisioning databases, and monitoring deployments

Quick Start

Deploy your app to Deno Deploy using the production workflow.

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 app to production using the CLI?

To deploy a Deno app to production, use the Deno Deploy CLI production workflow. This process specifies core commands and required configuration to ensure safe and effective production deployments.

Can I create preview deployments with Deno Deploy?

Yes, Deno Deploy supports preview deployments alongside production workflows. Using the CLI, you can create preview deployments to test changes before pushing them safely to the production environment.

How do I manage environment variables for Deno Deploy apps?

Deno Deploy provides environment variable handling within its deployment workflows. You can configure environment variables directly through the CLI to ensure your Deno app has the correct runtime settings.

Does Deno Deploy support local development tunneling?

Yes, Deno Deploy includes local development tunneling features. This allows you to test your Deno app locally while routing traffic through a tunnel to simulate the production environment.

What is the best way to configure custom domains in Deno Deploy?

The best way to configure custom domains is through the Deno Deploy domain management workflow. It provides step-by-step guidance for mapping custom domains to your deployed Deno applications.

Can I provision a database when deploying my Deno app?

Yes, the Deno Deploy workflow covers step-by-step scenarios for provisioning databases. This allows you to provision necessary data stores while creating and monitoring your deployed Deno applications.