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); } }