Skip to content

A custom GitHub action for Django deployments to Amazon Web Services

Notifications You must be signed in to change notification settings

penn-state-dance-marathon/deploy-django-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Deploy AWS

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.

Inputs

application

Required. The tagged application name in AWS to redeploy.

environment

Required. The tagged environment name in AWS to redeploy.

logGroupName

Optional. The name of the log group that stores logs for this application's migration task.

Default: /ecs/${application}/${environment}

logStreamPrefix

Optional. The constant portion of the log stream name that prefixes the ECS Task ID.

Default: `ecs-${application}-${environment}/${application}-${environment}

Example usage

uses: actions/django-deploy-aws@v1
with:
  application: 'dash'
  environment: 'prod'

About

A custom GitHub action for Django deployments to Amazon Web Services

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •