faradayio / cage

Develop and deploy complex Docker applications
http://cage.faraday.io
Apache License 2.0
307 stars 26 forks source link

`cage pull` has cwd problems #52

Closed seamusabshere closed 7 years ago

emk commented 7 years ago

What's going on here: Hook scripts need to be run with the working directory set to the project root.

seamusabshere commented 7 years ago
seamus@pirlo:~/fdy/src (master)
$ find . -path "*config/secrets*"
./xxx/config/secrets.yml
./yyy/config/secrets.yml
./zzz/config/secrets.yml
./aaa/config/secrets.yml
./bbb/config/secrets.yml

this is getting scary, i would consider this a critical bug

emk commented 7 years ago

On it.