Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gad22 envfix #2153

Open
wants to merge 12 commits into
base: dev
Choose a base branch
from
2 changes: 1 addition & 1 deletion blacklight-cornell/lib/capistrano/tasks/install_env.rake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ task :install_env do
on roles(:all) do
within current_path do
with rails_env: fetch(:rails_env, :stage) do
execute(:cp, "#{deploy_to}/../conf/latest-#{fetch(:rails_env, :stage)}.env", "#{shared_path}/.env")
execute("/usr/local/bin/aws", "s3", "cp", "s3://container-discovery/container_env_latest", "#{shared_path}/.env")
end
end
end
Expand Down