set the proper git repository in deploy

This commit is contained in:
2025-09-20 17:41:30 -05:00
parent a3b652500c
commit 7276da7977
+1 -1
View File
@@ -4,7 +4,7 @@
set :application, 'mozo.bar'
#set :repo_url, 'root@uflows.com:/var/git/mozo.git'
set :repo_url, '/var/git/mozo.git'
set :repo_url, '/var/git/mozo-backend.git'
# Default branch is :master
# ask :branch, proc { `git rev-parse --abbrev-ref HEAD`.chomp }.call