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

  1. @servers(['lanzu_dev' => 'root@120.24.33.109'])
  2. @story('deploy_dev',['on' => 'lanzu_dev'])
  3. git_dev
  4. @endstory
  5. @task('git_dev')
  6. cd /lanzu_api
  7. git pull origin develop
  8. supervisorctl restart lanzu_api
  9. @endtask