You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
401 B
16 lines
401 B
@servers(['yiyou_hainan_prod' => 'root@1.15.1.41'])
|
|
|
|
@story('deploy_prod',['on' => 'yiyou_hainan_prod'])
|
|
task_prod
|
|
@endstory
|
|
|
|
@task('task_prod')
|
|
cd /www/wwwroot/yytx.eugyl.com
|
|
git pull origin master
|
|
@if($composer)
|
|
composer install -o
|
|
@endif
|
|
chown -R www:www /www/wwwroot/yytx.eugyl.com
|
|
chmod -R 777 /www/wwwroot/yytx.eugyl.com/storage
|
|
chmod -R 777 /www/wwwroot/yytx.eugyl.com/public
|
|
@endtask
|