Skip to content

Commit

Permalink
Update stash.sh and stuffs configuration (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
TriSBie authored Aug 23, 2024
1 parent 22b18b8 commit 3887357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
- name: Load secrets and save to .env
run: aws secretsmanager get-secret-value --secret-id simple_bank_secret --query SecretString --output text | jq -r 'to_entries|map("\(.key)=\(.value)")|.[]' > app.env

- name: Debug: Check app.env content
- name: Check app.env content
run: cat app.env

- name: Build, tag, and push docker image to Amazon ECR
env:
REGISTRY: ${{ steps.login-ecr.outputs.registry }}
Expand Down

0 comments on commit 3887357

Please sign in to comment.