Skip to content

Commit

Permalink
key switch
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyankg101 committed Oct 10, 2023
1 parent a156074 commit becb9eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/tvarit/conf/prod/lightsail.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ sleep 300
rm -rf awscliv2.zip

#with only ECR pull access. TODO: update
AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID_016}
AWS_SECRET_ACCESS_KEY=${AWS_SECRET_KEY_ID_016}
AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}
AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}
AWS_REGION="eu-central-1"

aws configure set aws_access_key_id $AWS_ACCESS_KEY_ID
Expand Down

0 comments on commit becb9eb

Please sign in to comment.