Skip to content

Commit

Permalink
Create deno.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate-Mina authored Oct 21, 2024
1 parent 9714ec1 commit 9d3673b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
- name: Vercel Snaplet Deployments
# You may pin to the exact commit or the version.
# uses: snaplet/vercel-preview-database-action@3a1bef8c9ac9f69e5c472833e830166273661b7f
uses: snaplet/[email protected]
with:
# Delete the preview on vercel and the instant database related to it
delete: # optional, default is ${{ github.event.action == 'closed' }}
# Await for the deployment to be ready and output the deployment URL
vercel-await-for-deployment: # optional
# The environment variable name to set the preview database deployment URL
vercel-env: # optional, default is DATABASE_URL
# Command set for the Ignored Build Step in your project settings, the default script is canceling every preview deployments coming from the Vercel GitHub App.
vercel-ignored-build-command: # optional, default is curl -sS "https://raw.githubusercontent.com/snaplet/vercel-action/v3/scripts/ignore-build.mjs" | node --input-type=module
# Command used to generate the instant database
database-create-command: # optional, default is snaplet preview-database create --git --latest
# Command used to delete the instant database
database-delete-command: # optional, default is snaplet preview-database drop --git
# Command used to get the instant database url
database-url-command: # optional, default is snaplet preview-database url --git
# Reset the database state on each commit
database-reset: # optional

0 comments on commit 9d3673b

Please sign in to comment.