From 98a2bdbb9e340de39900b1215c4e60b23870ac43 Mon Sep 17 00:00:00 2001 From: Angel Aviel Domaoan Date: Mon, 7 Feb 2022 20:34:32 +0800 Subject: [PATCH] Override repo for deployment --- config/deploy/production.rb | 1 + 1 file changed, 1 insertion(+) 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" }