Commit 9abd91fc authored by nimrod's avatar nimrod
Browse files

Smile AWS profile.

parent 49264578
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
[profile shore]
region = us-east-1
[profile smile]
region = us-east-1
+4 −0
Original line number Diff line number Diff line
@@ -89,3 +89,7 @@ all: .aws/credentials
	echo '[shore]' > '$@'
	echo "aws_access_key_id = $$(ph show --field 'UserName' 'shore.co.il/AWS CLI')" >> '$@'
	echo "aws_secret_access_key = $$(ph show --field 'Password' 'shore.co.il/AWS CLI')" >> '$@'
	echo '' >> '$@'
	echo '[smile]' > '$@'
	echo "aws_access_key_id = $$(ph show --field 'UserName' 'Smile/AWS CLI')" >> '$@'
	echo "aws_secret_access_key = $$(ph show --field 'Password' 'Smile/AWS CLI')" >> '$@'