Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nitrodeploy

Package Overview
Dependencies
Maintainers
0
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nitrodeploy

Simple and fast deployment tool for Nitro deployments

  • 0.9.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

pnpm i -g nitrodeploy

CommandDescriptionDefault
NITRO_DEPLOY_TOKENThe token to use for authentication.process.env.NITRO_DEPLOY_TOKEN
NITRO_DEPLOY_EXPORT_FOLDERThe folder to export the files to.'.output'
NITRO_DEPLOY_BUILD_COMMANDThe command to run to build the project.'npm run build'
NITRO_DEPLOY_BUILDWhether to build the project or not.true
NITRO_DEPLOY_TAGThe tag to use for the deployment.'CLI'

Docker Push

docker login # If not already logged in
docker buildx ls # If not already created
pnpm docker:latest

docker buildx create --name my-builder docker buildx use my-builder

Keywords

FAQs

Package last updated on 24 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc