Skip to content

BeOpinion/actions-aws-eb

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS eb command

Inputs

command

Required The command to run on cli.

Example usage

uses: BeOpinion/actions-aws-eb@v1.0.3
with:
  command: 'eb 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 50.0%
  • Shell 50.0%