Deployment

Vexx Deployment

By installing the vexx CLI, you can deploy your bot to a server using the vexx deploy command.

Usage

vexx deploy [options]

Options

OptionDescriptionDefault
-h, --helpShow help-
-e, --envEnvironment to deploy todevelopment
-p, --portPort to deploy to3000
-s, --serverServer to deploy tolocalhost
-d, --domainDomain to deploy tolocalhost
-u, --userUser to deploy tolocalhost
-w, --passwordPassword to deploy tolocalhost

Example

vexx deploy -e production -p 80 -s my-server.com -d my-domain.com -u my-user -w my-password

On this page