Hi all. I'm starting from scratch to make a simple...
# general
l
Hi all. I'm starting from scratch to make a simple Django app that will be hosted on ElasticBeanstalk. So far so good, if I have the Django app zipped in my Pulumi folder. but going forward, how should I setup my continuous delivery pipelines? Should pulumi up be called or should I just use the AWS cli directly? I guess ideally I use something like GitHub Packages or artifactory to host the zip before invoking pulumi/awscli?
c
We have quite a few guides for how you could use Pulumi within your CI/CD pipelines. https://www.pulumi.com/docs/guides/continuous-delivery/ Hopefully, we have a guide for you there already to help you. If not, please feel free to create an issue in our docs repo. https://github.com/pulumi/docs/issues/new