Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

fbritoferreira/deno-deploy-solid-start

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
Open more actions menu

Repository files navigation

Deno Deploy Solid Start

This action prints setups all you need to deploy your solid start app to deno deploy.

Requirements:

  • Deno Deploy Account
  • Solid Start app with deno adapter instructions here
  • Create a deploy command in your package.json (e.g cd dist && deployctl deploy --prod --project=<YOUR_PROJECT_NAME> --token <YOUR_DENO_DEPLOY_TOKEN> ./index.js")

Inputs

  • project: The path of your project, this enables monorepo suport. Default ..
  • token: Required The token of your deno deploy account.
  • build: Wether to build your app before deploying. Expected command yarn build. Default true.
  • deploy: Wether to deploy your app to deno deploy. Expected command yarn deploy. Default true.
  • install: Wether to run yarn install. Default true.

Example usage

env:
  DENO_DEPLOY_TOKEN: ${{ secrets.DENO_DEPLOY_TOKEN }}

uses: fbritoferreira/deno-deploy-solid-start@v1
with:
  token: ${{ secrets.DENO_DEPLOY_TOKEN }}
  project: ./packages/my-app
  build: true
  deploy: true
  install: true

About

Action to deploy solid start apps to deno deploy

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.