Deploy Application
Deploy your code changes in smaller chunks to make it easier to validate the code through build and testing pipelines, reducing the feedback loop on error detection. Learn how to use Devopness to deploy application changes confidently, with zero downtime, using your own custom build pipelines and make sure your users can benefit from your application as soon as possible. The more often you deploy your application, the better it tends to improve.
- On Devopness, navigate to a project then select an environment
- Find the
Applications
card - Click
View
in theApplications
card to see a list of existingApplications
- Click
DEPLOY
on the application you want to deploy - Follow the prompts, then click
Next
- Review deploy information then click
Confirm
A notification popup will be displayed, confirming that the deployment has been triggered
- Wait for the
Application:Deploy
action to be completed
note
Now that your application has been deployed, it can be accessed over the internet by setting up a DNS record, or testing access to the application via server IP address.
- For details on how to make an application public, follow the instructions in Add a Virtual host.