Dashboard
Dashboard documentation for Deployment.io. Covers Adding a Repository, Creating an Environment, Deploying a Static Website, Deploying a Web Service.
- Adding a RepositoryAdd repositories by connecting your GitHub or GitLab accounts through oauth with Deployment. 2. Give access for selected or all repositories.
- Creating an EnvironmentCreate an environment with one click using Deployment. Add name, runner, and region for the environment. Add environment variables and secret files. {" "}…
- Deploying a Static WebsiteA static site is rendered on the client side in the browser and doesn't require any server side rendering. Hence, there is no need for server side compute…
- Deploying a Web ServiceA backend web service requires server side compute resources to execute business and other logic on the backend. Some popular technologies for building backend…
- Adding Custom DomainsAdding a custom domain is super easy on Deployment. Steps Add a custom domain for your deployment by clicking on the Domains tab. Deployment takes care of…
- Adding Response HeadersHaving the ability to set response headers is very critical for static sites. Especially for proper cache behavior in the browser. Deployment makes it very…
- Checking Build LogsDeployment generates real-time build logs for all builds. You can easily check for any build errors by clicking the icon on the builds page. The build logs…
- Checking Application LogsDeployment pushes all application logs for a web service to AWS Cloudwatch automatically. You can check all application logs on Cloudwatch . Tip: You can also…
- Deleting a deploymentYou can easily delete a deployment when it's no longer needed. This deletes all the underlying AWS cloud infrastructure for that deployment. So you're no…
- Automatic Deployment on Git PushDeployment enables you to auto deploy code on every Git push for continuous integration and delivery. On the deployment page, enable auto deploy under the Auto…
- Creating Preview DeploymentsDeployment can automatically create a preview build when a pull request is created against a branch. This can help you during code reviews since you can be…
- Getting Alerts on SlackYou can easily connect your Slack workspace to get alerts for any updates to your deployment. Steps Connect your Slack workspace. On the deployment page, add…