Closed dominiclovell closed 9 years ago
Hi @dominiclovell
Do you use the environmental values in your _s3website.yml file?
When I have the following lines in the config file, the .env file works fine for me:
s3_id: <%= ENV['my_aws_key'] %>
s3_secret: <%= ENV['my_aws_secret'] %>
Closing the issue, since it has been inactive for a long period of time. Please re-open if needed.
I have created a
.env
in the root directory.The structure of the file:
However, when I try to push I continually receive the following error:
Note, I have removed the real values from the output above.
If I hardcode the real values in the
s3_website.yml
everything works fine.