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.
11 lines
223 B
11 lines
223 B
@servers(['lanzu_dev' => 'root@120.24.33.109'])
|
|
|
|
@story('deploy_dev',['on' => 'lanzu_dev'])
|
|
git_dev
|
|
@endstory
|
|
|
|
@task('git_dev')
|
|
cd /lanzu_api
|
|
git pull origin develop
|
|
supervisorctl restart lanzu_api
|
|
@endtask
|