diff --git a/config/deploy/production.rb b/config/deploy/production.rb index 22cd555..376ea4f 100644 --- a/config/deploy/production.rb +++ b/config/deploy/production.rb @@ -61,4 +61,5 @@ server "002-app.cdasia.com", user: "deploy", roles: %w[web app db worker] # } set :rails_env, "production" +set :repo_url, "git@github.com:lexintegritastech/cdao-pjet.git" set :docker_compose_file, -> { "docker-compose.production.yml" }