All Projects → hmanzur → actions-aws-eb

hmanzur / actions-aws-eb

Licence: MIT license
Elastic beanstalk cli custom action

Programming Languages

Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to actions-aws-eb

org-audit-action
GitHub Action that provides an Organization Membership Audit
Stars: ✭ 34 (-12.82%)
Mutual labels:  github-action
clojure-dependency-update-action
A simple GitHub Actions job to create Pull Requests for outdated dependencies in clojure projects
Stars: ✭ 37 (-5.13%)
Mutual labels:  github-action
Github-Android-Action
Android Github Action that builds Android project, runs unit tests and generates debug APK, builds for Github Actions hackathon
Stars: ✭ 29 (-25.64%)
Mutual labels:  github-action
codeowners-validator
The GitHub CODEOWNERS file validator
Stars: ✭ 142 (+264.1%)
Mutual labels:  github-action
chainalert-github-action
scans popular packages and alerts in cases there is suspicion of an account takeover
Stars: ✭ 38 (-2.56%)
Mutual labels:  github-action
standard-action
Github Action to lint with `standard` and friends
Stars: ✭ 15 (-61.54%)
Mutual labels:  github-action
ticket-check-action
Verify that pull request titles start with a ticket ID
Stars: ✭ 29 (-25.64%)
Mutual labels:  github-action
github-action-required-labels
Fail the build if/unless a certain combination of labels are applied to a pull request
Stars: ✭ 38 (-2.56%)
Mutual labels:  github-action
gradle-beanstalk-plugin
Gradle plugin for deploying WARs to AWS Elastic Beanstalk.
Stars: ✭ 35 (-10.26%)
Mutual labels:  elasticbeanstalk
setup-gcc
GitHub action to set up GCC
Stars: ✭ 51 (+30.77%)
Mutual labels:  github-action
composer-normalize-action
+ 🎵 Provides a GitHub action for running ergebnis/composer-normalize.
Stars: ✭ 25 (-35.9%)
Mutual labels:  github-action
lcov-cop
A Github Action which helps enforce code coverage
Stars: ✭ 13 (-66.67%)
Mutual labels:  github-action
googlejavaformat-action
GitHub Action that formats Java files following Google Style guidelines
Stars: ✭ 66 (+69.23%)
Mutual labels:  github-action
setup-jdk
(DEPRECATED) Set up your GitHub Actions workflow with a specific version of AdoptOpenJDK
Stars: ✭ 32 (-17.95%)
Mutual labels:  github-action
translation-action
GitHub action that translates any text to any language supported by chosen provider.
Stars: ✭ 25 (-35.9%)
Mutual labels:  github-action
action-netlify-deploy
🙌 Netlify deployments via GitHub actions
Stars: ✭ 32 (-17.95%)
Mutual labels:  github-action
create-or-update-project-card
A GitHub action to create or update a project card
Stars: ✭ 36 (-7.69%)
Mutual labels:  github-action
bump
A generic version tracking and update tool
Stars: ✭ 33 (-15.38%)
Mutual labels:  github-action
github-deploy-actions
This action will auto deploy to target branch when it get triggered
Stars: ✭ 24 (-38.46%)
Mutual labels:  github-action
spellcheck-action
GitHub Action for checking code & Pull Requests for spelling mistakes
Stars: ✭ 35 (-10.26%)
Mutual labels:  github-action

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/[email protected]
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"
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].