The official VS Code extension for DeployAja - Deploy your applications easily to the DeployAja platform directly from your editor.
User Flow in Using the Extension
Important: This extension currently supports deployment for HTML-only (static) projects.
Server-side applications, backend services, or frameworks requiring runtime environments are not supported.
User performs Login or Sign Up (if they do not already have an account) via the DeployAja web platform.
User opens the HTML static project folder that they want to deploy as a live website.
User clicks Deploy This Project in the extension.
User waits for the deployment process and can monitor the deployment status via:
The extension panel in VS Code, or
The DeployAja web dashboard.
Once the process completes successfully, the project will be live and accessible through the assigned domain.
Deployment Status
During the process, the deployment will have one of the following statuses:
PENDING
The deployment request has been received and is waiting to be processed.
DEPLOYING
The project is currently being processed and published.
RUNNING
The deployment is successful and the website is live.
FAILED
The deployment failed. Users can view the error details via the extension or the dashboard.
Features
Quick Deployment
Deploy YAML configuration files with a single command
Right-click deployment from editor or file explorer
Dry-run mode to validate configurations before deploying