Skip to content

Commit

Permalink
Update sean-be-ci-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
timepresent95 authored Aug 18, 2024
1 parent a36c2b0 commit 8d2f2a5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/sean-be-ci-cd.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Sean Back End CI CD
name: Sean Back End CI/CD

on:
push:
Expand All @@ -21,11 +21,11 @@ jobs:

- name: Log in to Amazon ECR
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_ACCESS_KEY_ID: ${{ secrets.SEAN_AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.SEAN_AWS_SECRET_ACCESS_KEY }}
run: |
aws configure set aws_access_key_id $AWS_ACCESS_KEY_ID
aws configure set aws_secret_access_key $AWS_SECRET_ACCESS_KEY
aws configure set aws_access_key_id $SEAN_AWS_ACCESS_KEY_ID
aws configure set aws_secret_access_key $SEAN_AWS_SECRET_ACCESS_KEY
aws configure set default.region ap-southeast-2
aws ecr get-login-password --region ap-southeast-2 | docker login --username AWS --password-stdin 975049946739.dkr.ecr.ap-southeast-2.amazonaws.com
Expand Down

0 comments on commit 8d2f2a5

Please sign in to comment.