-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The `hmanzur/[email protected]` failed to install EB CLI. The repo[1] has fixes however the maintainer does not seem very active. We try a different action to see if we can get this app deployed to beanstalk. * Fix github action uses, requires a version * Fix ebcli timeout config [1] https://github.com/hmanzur/actions-aws-eb
- Loading branch information
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ on: | |
default: 1800 | ||
ebcli-command: | ||
type: string | ||
required: true | ||
|
||
jobs: | ||
deploy: | ||
|
@@ -38,7 +39,6 @@ jobs: | |
role-to-assume: ${{ inputs.role-to-assume }} | ||
role-session-name: GHA-${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }} | ||
role-duration-seconds: ${{ inputs.role-duration-seconds }} | ||
- name: Deploy | ||
uses: hmanzur/[email protected] | ||
with: | ||
command: ${{ inputs.ebcli-command }} | ||
- uses: sparkplug-app/[email protected] | ||
- name: Deploy to Beanstalk | ||
run: ${{ inputs.ebcli-command }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters