Edit an Application
Learn how to edit an application to keep its configuration up to date, specially the settings that define how the application is deployed, such as source provider, repository, dependencies to be installed, directories and the application entrypoint.
- On Devopness, navigate to a project then select an environment
- Find the
Applicationscard - Click
Viewin theApplicationscard to see a list of existingApplications - In the list of applications, find the application you want to edit and click the
NAMEof the application - On the upper right corner of the application details view, click
EDIT - Follow the prompts then click
CONFIRM - Check the applications details view to see the applications's current settings
- On the repository section, the new repository information can be seen
Required Permissions
To complete the steps in this guide, the user needs the following permissions in the environment:
| Resource Type | Permission |
|---|---|
| Application | Edit |
For instructions on how to grant user permissions in an environment, see Add team to an Environment
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.
Integrate Application deployments with your Continuous Integration (CI) workflows
Learn how to create outgoing webhooks to integrate the application deployment with your existing CI workflow.