Commit 63e2710e by Truong Ba Dieu

Config for production

parent 0de6c1d2
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
lock '3.1.0' lock '3.1.0'
set :application, 'dieutb_venshop' set :application, 'dieutb_venshop'
set :branch, "dev"
set :repo_url, 'git@gitlab.zigexn.vn:dieutb/VenShop.git' set :repo_url, 'git@gitlab.zigexn.vn:dieutb/VenShop.git'
# Default branch is :master # Default branch is :master
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# Example: # Example:
# #
set :output, 'log/cron.log' set :output, 'log/cron.log'
set :environment, "development" set :environment, "production"
every 1.hours do every 1.hours do
runner "CronjobService.update_product_price" runner "CronjobService.update_product_price"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment