You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way I would like to handle this is the way we handle serving our static files currently. What we do there is to keep a symlink to a directory containing our static files. So, similarly, I think it would make sense to make a symlink to cron.sh, and have the crontab reference that symlink. This way, we can change our file if we want.
The text was updated successfully, but these errors were encountered:
bepetersn
changed the title
fabric deploy script should update crontab entry to point to cron.sh and static files directory if these change
make a fabric command to update the location of cron.sh if this changes
Jun 6, 2014
The way I would like to handle this is the way we handle serving our static files currently. What we do there is to keep a symlink to a directory containing our static files. So, similarly, I think it would make sense to make a symlink to cron.sh, and have the crontab reference that symlink. This way, we can change our file if we want.
The text was updated successfully, but these errors were encountered: