UNPKG

deploy-neex

Version:

🚀 CLI tool for deploying Neex applications with PM2 and Nginx

18 lines • 537 B
import { DeployConfig, NeexProject } from './types.js'; export declare class Deployer { private logger; private system; private pm2; private nginx; constructor(); deploy(config: DeployConfig, project: NeexProject): Promise<void>; private checkPrerequisites; private buildProject; private generateEnvironment; private setupPM2; private setupNginx; private createManagementScripts; private performFinalChecks; private printPostDeploymentInfo; } //# sourceMappingURL=deployer.d.ts.map