Build and deploy Docker, without deploying? #2085
Closed
alexander-potemkin
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
The best workaround is to create a dummy app. Then go to app config and set the instance count to "0". The you set automatic deployment via git. But, because you have 0 instances, nothing gets deployed automatically. When you want to manually deploy, you can go to the original app and deploy the respective image that you want to deploy. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! Thank you for the wonderful software!
Is there any way how I can get CapRover triggered (could be manual) to build Dockerfile and push it to the self-hosted registry, but without immediate / automatic deployment?
Use case: get all code pushed to specific git branch build and ready to be deployed, but only be deployed manually.
Happy to do it via manual API calls if required, would appreciate any hints on that!
Beta Was this translation helpful? Give feedback.
All reactions