I have a pipeline setup to deploy to an aws ec2 instance, in the after_install hook I have an `ng build -- prod` step that basically builds the app and creates a dist folder. Is there a way I can view the AWS Codeploy logs right in the bitbucket pipeline? Right now I am having to login to AWS and view the deployment logs, which just seem to be a too much work for a simple task.
Are you using AWS CLI or a pipe https://bitbucket.org/atlassian/aws-code-deploy/src/master/? Both should return logs that indicate state of deployment, additionally you can turn on debug mode for additional info.
Thanks,
Peter
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.