Skip to content

Commit

Permalink
test ssm
Browse files Browse the repository at this point in the history
  • Loading branch information
yordanovsstoyan committed Nov 12, 2024
1 parent c2fe7e9 commit d9ffa18
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build-push-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@ jobs:
id: login-ecr
uses: aws-actions/amazon-ecr-login@v1

- name: aws-ssm-to-env
uses: eliasjcjunior/aws-ssm-parameters-action@main
- name: Set SSM Params as Env Vars
uses: Bardavon-Health/[email protected]
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_KEY }}
AWS_DEFAULT_REGION: us-east-2
with:
split-env: true
upper-case: true
paths: |
/ecr_repo_name
ssm-path: /

- name: Build, Tag, and Push the Image to Amazon ECR
id: build-image
Expand Down

0 comments on commit d9ffa18

Please sign in to comment.