Skip to content

Commit

Permalink
test appending build id
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcasey committed Oct 24, 2024
1 parent 9886261 commit 332ed59
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/deploy_staging/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ runs:
rm .ebextensions/*/06_cloudwatch_alarm.config
- name: Calculate Build ID
shell: bash
run: |
build_id=${{ hashFiles('apps/${{ inputs.app_name }}/*.ts', 'apps/${{ inputs.app_name }}/*.tsx') }}
echo "\nREACT_APP_BUILD_ID=$build_id" >> ./.ebstalk.apps.env/${{ inputs.app_name }}.env
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down

0 comments on commit 332ed59

Please sign in to comment.