Cimpress-MCP / vagrant-orchestrate

Cross platform deployment orchestration to existing managed servers using vagrant provisioners
Other
19 stars 13 forks source link

Creds env var fix #21

Closed chrisbaldauf closed 9 years ago

chrisbaldauf commented 9 years ago

When the environment variables were being read, we were storing a reference to the ENV hash value, which was later causing deployments to Windows machines to fail, presumably because something was trying to modify the value. By duplicating the environment variables, this prevents it and the deployments succeed.

@maclennann

maclennann commented 9 years ago

:japanese_ogre: :shipit: