Preparing static assets as part of deploy process

My current deployment process includes a step to process and upload static assets (Django’s collectstatic). I run this process immediately before triggering the AWS CodeDeploy deployment.

How do I tell CircleCI to run this command as part of the deployment before the CodeDeploy deployment is initiated?

1 Like