Trigger CI/CD deployment manually
You can also trigger a deployment manually using AWS Console!
Navigate to
CodeBuild
service.Find the entrypoint project named
<PROJECT_NAME>-<ENV_STAGE_NAME>
(e.g.mypro-qa
) and navigate to it by pressing its name.Press the "Start build with overrides" button.
Select the source branch and optionally a commit ID.
Submit by pressing "Start build" button.
The Pipeline should start in a few seconds.
info
You can also build and deploy apps from your local device. Read more