Deployment can be started for a service either manually from LocalOps console or by pushing new code to the configured service repo and branch name.Documentation Index
Fetch the complete documentation index at: https://docs.localops.co/llms.txt
Use this file to discover all available pages before exploring further.
Automatic deployments
Whenever your team pushes new code to Git repository, LocalOps can automatically pull the hcanges, build them as Docker images very quickly and deploy seamlessly on the corresponding environment. If you have a local development environment for the git repository configured for the given service, you can simply follow these steps to start deployment.For commits to get automatically deployed, the github user who made the commits, must be added to your LocalOps
account as a user. And they must have linked their Github profile with LocalOps from inside Profile settings:
https://console.localops.co/profile
Manual deployment
- Click on “environments” on the left
- Navigate into the relevant environment
- Navigate to Services tab
- Click on the service where you want to trigger new deployment
- On the top right corner, click on “Deploy”.
- Verify the commit details put on the confirmation window
- Click on “Confirm” to proceed.