This action forces a rolling restart of tagged AWS resources to initiate a rolling Django deployment. The action grabs and restarts all resources that match the provided tag names.
Required. The tagged application name in AWS to redeploy.
Required. The tagged environment name in AWS to redeploy.
Optional. The name of the log group that stores logs for this application's migration task.
Default: /ecs/${application}/${environment}
Optional. The constant portion of the log stream name that prefixes the ECS Task ID.
Default: `ecs-${application}-${environment}/${application}-${environment}
uses: actions/django-deploy-aws@v1 with: application: 'dash' environment: 'prod'