Deploying with ale
The deployment process starts through the deployment modal, which can be opened via the button in the dashboard or by
⌘ + K
.
Templates provided by ale
have different default modules and libraries. If you need to use libraries that aren’t provided by default, such as Windows or Chrome libraries, use Dockerfile Template.
Select Deployment source
Configure and Deploy
After selecting the source and preset, configure the deployment settings below and deploy.
If deployment fails due to resource limitations, see the Space and Resource Management page to add resources to the space.
Available configuration fields will vary based on your selected template/preset. See below for language-specific settings.
Logs & Terminal
Click the icon in the service card or service page to check deployment/runtime logs or access the terminal.
Metrics
You can view service metrics in the Metrics tab of the service page.
Update
When you update your code or modify resource settings, click
Deploy
at the bottom of the service settings page to apply these changes with a new deployment.
To set up automated deployments using GitHub Actions, see the GitHub Actions page.
Rollback
To restore your service to a previous version, navigate to the deployment history tab in the service page.
Check the commit messages in the deployment history to ensure you’re rolling back to the intended version.