1.0.18 • Published 1 month ago

deployz v1.0.18

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

Deploy Apps to Audentio's Cloud

Install deployz

    npm install -g deployz

Create an .env.deploy file in the root of your project:

##############################################
# deployment vars for the deployit.js script
# deploy an instance to kubernetes running with rancher at audent.ai
##############################################

# API KEY IS REQUIRED to deploy to the remote server
API_KEY_DEPLOY=

# OPTIONAL: these will be calculated if not provided
PORT_DEPLOY=3000
HOST_DEPLOY=myapp.audent.ai
NAME_DEPLOY=myapp

run the deploy command from your terminal

user:~$ deployit

Done! Your app is now deployed to https://myapp.audent.ai

NOTES

  • assumes a non-nextjs or non-nestjs nodejs app starts with npm run start
  • will auto detect nextjs and nestjs aps and deploy them accordingly

  • will auto detect the port of the app if not provided in the env.deploy file, or default to 3000

  • will auto detect the host of the app if not provided in the .env.deploy file, or default to package.json name
  • will auto detect the name of the app if not provided in the .env.deploy file, or default to package.json name
1.0.18

1 month ago

1.0.16

1 month ago

1.0.15

1 month ago

1.0.14

1 month ago

1.0.13

1 month ago

1.0.12

1 month ago

1.0.11

1 month ago

1.0.10

1 month ago

1.0.9

1 month ago

1.0.8

1 month ago

1.0.7

1 month ago

1.0.6

1 month ago

1.0.5

1 month ago

1.0.4

1 month ago

1.0.3

1 month ago

1.0.2

1 month ago

1.0.1

1 month ago

1.0.0

1 month ago