Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deploy #526

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
- 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

8 changes: 8 additions & 0 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- name: Install Deno
# You may pin to the exact commit or the version.
# uses: maximousblk/setup-deno@db02549d3ab194be6fcc1275a5c17677316dab36
uses: maximousblk/[email protected]
with:
# Deno version
deno-version: # optional, default is latest