This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Deploy to Deno Deploy | ||
# You may pin to the exact commit or the version. | ||
# uses: denoland/deployctl@f21311b48f62f0063e3c729fc8a6a5dcdc4da7f9 | ||
uses: denoland/[email protected] | ||
with: | ||
# The name or ID of the project to deploy | ||
project: | ||
# The path or URL to the entrypoint file | ||
entrypoint: | ||
# The path or URL to an import map file | ||
import-map: # optional | ||
# Only upload files that match this pattern (multiline and/or comma-separated) | ||
include: # optional | ||
# Exclude files that match this pattern (multiline and/or comma-separated) | ||
exclude: # optional | ||
# The path to the directory containing the code and assets to upload | ||
root: # optional | ||