Skip to content

Commit d358ff3

Browse files
committed
Fixes deploy github URL
1 parent aabc3e0 commit d358ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/deploy.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
lock "~> 3.10.2"
33

44
set :application, "DDDC"
5-
set :repo_url, "https://github.com/alabs/DDDC.git"
5+
set :repo_url, "https://github.com/DECODEproject/DDDC-instance"
66

77
set :deploy_to, "/home/ruby-data/app"
88

0 commit comments

Comments
 (0)