作者 王晓刚

测试

# 定义 stages
stages:
- pull
# 定义 job
job1:
stage: pull
script:
- cd /alidata/www/online/dagu
- git pull
\ No newline at end of file
... ... @@ -9,7 +9,7 @@ return array(
'DB_USER' => 'db136s1ehvo1yn73',
'DB_PWD' => 'cxz307311SJK',
'DB_PREFIX' => 'mall_',
//密钥
//密钥ceshi
"AUTHCODE" => '7xSAxdn1RjPq7lXr0e',
//cookies
"COOKIE_PREFIX" => 'KvLvY6_',
... ...