rdlabo / actions-aws-eb

Elastic beanstalk cli custom action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aws eb cli action

Run tests License: MIT

This action run eb cli

Inputs

command

Required The command to run on cli.

Example usage

uses: hmanzur/actions-aws-eb@v1.0.0
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

License:MIT License


Languages

Language:Dockerfile 69.4%Language:Shell 30.6%