1

Just wondering if AWS EB deployment pipelines use the same script in Codeship Basic / Pro subscriptions?

https://github.com/codeship-library/aws-utilities/blob/master/deployment/scripts/codeship_aws_eb_deploy

Thanks!

saza
  • 460
  • 6
  • 7

1 Answers1

1

The ElasticBeanstalk deployment script for Codeship Basic is very similar to the script available at https://github.com/codeship/scripts/blob/master/deployments/elastic_beanstalk.sh

There are a couple differences, because of the way it is directly integrated into Codeship Basic itself. Same for the Basic/Pro versions, they are very similar, but not completely identical.

mlocher
  • 766
  • 5
  • 11