fix mina git branch

This commit is contained in:
Torsten 2022-11-18 21:52:57 +02:00
parent 6867a38cdd
commit 55fbf8756c
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ set :application_name, 'gateway'
set :domain, '192.168.129.10'
set :deploy_to, '/home/feenix/gateway'
set :repository, "https://github.com/rubydesign/gateway.git"
set :branch, 'master'
set :branch, 'main'
# Optional settings:
set :user, 'feenix' # Username in the server to SSH to.