Skip to content

thebigsearch/actions-aws-eb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aws eb cli action

Entrypoint has 1 line added to fix a problem with github, reffer to: actions/runner-images#7049

Run tests

License: MIT

This action run eb cli

Inputs

command

Required The command to run on cli.

Example usage

uses: thebigsearch/actions-aws-eb
with:
  command: 'deploy ${{ secrets.ENVIRONMENT_NAME }}'
env:
  AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
  AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
  AWS_DEFAULT_REGION: "us-east-1"

About

Elastic beanstalk cli custom action

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 72.3%
  • Shell 27.7%