name: landings image: ezcater-landings slack: j-growth deployables: web: type: web port: 3000 command: "bundle exec rails server -p 3000 -b 0.0.0.0" replicas: 2 health_check_path: "/health_check" production: host: "order.ezcater.com" staging: host: "---------" dbmigrate: type: job command: "bundle exec rake db:migrate" publisher: type: cron command: "bundle exec rake publish" schedule: "1 * * * *" predeploy: - dbmigrate