Skip to content
Snippets Groups Projects
Commit 4ea24b3b authored by nimrod's avatar nimrod
Browse files

Some more Smile config.

- AWS profile for aws-vault.
- Seperate Gem directory.
- Bundle config.
parent 6fd9f45a
No related branches found
No related tags found
No related merge requests found
[profile shore] [profile shore]
region = us-east-1 region = us-east-1
[profile smile] [profile smile]
region = us-east-1 region = us-east-1
# For aws-vault
[profile smile-security]
...@@ -3,3 +3,5 @@ export GIT_AUTHOR_NAME='Nimrod Adar' ...@@ -3,3 +3,5 @@ export GIT_AUTHOR_NAME='Nimrod Adar'
export GIT_AUTHOR_EMAIL='nimrod@smile.io' export GIT_AUTHOR_EMAIL='nimrod@smile.io'
export AWS_DEFAULT_PROFILE=smile export AWS_DEFAULT_PROFILE=smile
export AWS_PROFILE=smile export AWS_PROFILE=smile
export GEM_HOME="$HOME/Repositories/Smile/.gem"
export PATH="$GEM_HOME/bin:$PATH"
...@@ -83,6 +83,13 @@ all: .config/gem/gemrc ...@@ -83,6 +83,13 @@ all: .config/gem/gemrc
echo ':verbose: true' >> '$@' echo ':verbose: true' >> '$@'
echo ':concurrent_downloads: 8' >> '$@' echo ':concurrent_downloads: 8' >> '$@'
all: .bundle/config
.bundle/config: Documents/Database.kdbx
$(mkd)
echo '# vim:ft=yaml' > '$@'
echo '---' >> '$@'
echo "BUNDLE_HTTPS://RUBYGEMS__PKG__GITHUB__COM/SMILE-IO/: '$$(ph show --field 'UserName' 'Web Sites/GitHub'):$$(ph show --field 'Smile gem token' 'Web Sites/GitHub')'" >> '$@'
all: .aws/credentials all: .aws/credentials
.aws/credentials: Documents/Database.kdbx .aws/credentials: Documents/Database.kdbx
$(mkd) $(mkd)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment