Skip to content

Commit

Permalink
Removed AWS creds
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyankg101 authored Oct 10, 2023
1 parent 1d66a9a commit c57c507
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="AKIATUS3MVVJPSRQCB5E"
AWS_SECRET_ACCESS_KEY="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"
AWS_ACCESS_KEY_ID=""
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 c57c507

Please sign in to comment.