Compare commits
No commits in common. "a55a9b08d416609b45b946a189da5a430f0f950b" and "41532bd0197cb3b8fcf51fe7f32c3d9f4abf1be3" have entirely different histories.
a55a9b08d4
...
41532bd019
2 changed files with 1 additions and 7 deletions
|
|
@ -1,4 +1,5 @@
|
|||
Sentry.init do |config|
|
||||
config.dsn = 'https://2d3c5b739af149a0b3beb86a4d498e1f@health.openneo.net/1'
|
||||
config.breadcrumbs_logger = [:active_support_logger, :http_logger]
|
||||
config.traces_sample_rate = 0.05
|
||||
end
|
||||
|
|
|
|||
|
|
@ -437,13 +437,6 @@
|
|||
mode: "755"
|
||||
state: directory
|
||||
|
||||
- name: Create 10min cron job to run `rails nc_mall:sync`
|
||||
become_user: impress
|
||||
cron:
|
||||
name: "Impress: sync NC Mall data"
|
||||
minute: "*/10"
|
||||
job: "bash -c 'source /etc/profile && source ~/.bash_profile && cd /srv/impress/current && bin/rails nc_mall:sync'"
|
||||
|
||||
- name: Create weekly cron job to run `rails public_data:commit`
|
||||
become_user: impress
|
||||
cron:
|
||||
|
|
|
|||
Loading…
Reference in a new issue