Where to store deployment scripts
Posted
by hyperboreean
on Stack Overflow
See other posts from Stack Overflow
or by hyperboreean
Published on 2010-04-22T14:09:30Z
Indexed on
2010/04/22
14:13 UTC
Read the original article
Hit count: 247
Assuming that I have the following directory structure for a Python project:
config/ scripts/ src/
where should a fabric deployment script should go? I assume that it should be in scripts, obviously, but for me it seems more appropriate to store in scripts, the actual code that fires up the project.
© Stack Overflow or respective owner