@ -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-.*$/
@ -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);
}