From b7de4677c502ee1e835e13c05f5c17b09c03eccc Mon Sep 17 00:00:00 2001 From: ycc Date: Wed, 11 Jan 2017 13:07:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BC=93=E5=AD=98=E6=97=B6?= =?UTF-8?q?=E9=97=B4=EF=BC=8C=E6=96=B0=E7=9A=84pull=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- application/controllers/information.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 13f66145..5ef7c8e4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ staging: production: script: - - curl -sSf http://184.172.103.199:6001/please_dont_delete_this_file_4a4f500ae61d9e44b931d9f72fb14aaf95517b7e.php?branch=master + - curl -sSf https://www.asiahighlights.com/please_dont_delete_this_file_4a4f500ae61d9e44b931d9f72fb14aaf95517b7e.php?branch=master only: - master - /^deploy-.*$/ \ No newline at end of file diff --git a/application/controllers/information.php b/application/controllers/information.php index 47924bc1..b581f3ed 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -59,7 +59,7 @@ class Information extends CI_Controller { $this->load->view('header', $data); $this->load->view('information_' . $data['detail']->ic_template); $this->load->view('footer'); - $this->output->cache(0); + $this->output->cache(99999); } }