Browse Source

Override repo for deployment

pull/21/head
Angel Aviel Domaoan 4 years ago
parent
commit
98a2bdbb9e
  1. 1
      config/deploy/production.rb

1
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 :rails_env, "production"
set :repo_url, "[email protected]:lexintegritastech/cdao-pjet.git"
set :docker_compose_file, -> { "docker-compose.production.yml" } set :docker_compose_file, -> { "docker-compose.production.yml" }

Loading…
Cancel
Save