Open ndushay opened 6 years ago
Note that for now, made symlink config/environments/robots_prod.yml
which points to config/environments/robots_production.yml
and this makes verify command happy, so nagios can be happy, and all the ops and devs can be happy.
robots:verify command wasn't working:
because it is looking for
config/environments/robots_prod.yml
but we hadconfig/environments/robots_production.yml
.Not sure why verify command is going into crontab this way.
Can't figure out why, but deploying these via capistrano creates cron job using "prod" instead of "production" as the ROBOT_ENVIRONMENT. Compare:
with