Continuous Deployments¶
This page covers deployments triggered by CI. For more information about deployments in general see app deploys.
Use wodby ci deploy [SERVICE]... to deploy previously released images. If you do not specify services, Wodby deploys all released services from the current build.
Each CI deployment is associated with the Wodby build created during wodby ci init. You can review the deployment history, including failed deployments, in the Deployments tab of your app instance.
Deployments are transactional by default. If one of the app service deployments fails, Wodby rolls back the entire deployment.
Post-deployment scripts¶
If the build contains .wodby/post-deployment.yml, Wodby runs those jobs after the deployment completes. Pass --skip-post-deploy to wodby ci deploy when you want to skip them for a specific deployment.