Update deploy scripts
parent
23a9faefb2
commit
8ee8d7bad0
|
|
@ -1,8 +1,8 @@
|
|||
# config valid for current version and patch releases of Capistrano
|
||||
lock "~> 3.16.0"
|
||||
|
||||
set :application, "zcsmall"
|
||||
set :repo_url, "git@gitee.com:zi-chunsheng-e-commerce/mall-server.git"
|
||||
set :application, "jiqu"
|
||||
set :repo_url, "git@gitee.com:paddy_technology/jiqu-mall-server.git"
|
||||
|
||||
# Default branch is :master
|
||||
# ask :branch, `git rev-parse --abbrev-ref HEAD`.chomp
|
||||
|
|
|
|||
|
|
@ -7,8 +7,7 @@
|
|||
# server "example.com", user: "deploy", roles: %w{app web}, other_property: :other_value
|
||||
# server "db.example.com", user: "deploy", roles: %w{db}
|
||||
|
||||
server "47.108.202.152", user: "deployer"
|
||||
server "47.108.227.246", user: "deployer"
|
||||
server "47.109.20.252", user: "deployer", roles: %w{admin supervisor}
|
||||
|
||||
# role-based syntax
|
||||
# ==================
|
||||
|
|
@ -32,7 +31,7 @@ server "47.108.227.246", user: "deployer"
|
|||
# http://capistranorb.com/documentation/getting-started/configuration/
|
||||
# Feel free to add new variables to customise your setup.
|
||||
|
||||
set :deploy_to, "/www/wwwroot/api.zichunsheng.cn"
|
||||
set :deploy_to, "/wwwroot/html/jiqu-library.peidikeji.cn"
|
||||
|
||||
|
||||
# Custom SSH Options
|
||||
|
|
|
|||
Loading…
Reference in New Issue