restrict body to hd

This commit is contained in:
2023-01-24 10:47:49 +02:00
parent a51a20c88f
commit 35c4719e44
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ require 'mina/rbenv' # for rbenv support. (https://rbenv.org)
# branch - Branch name to deploy. (needed by mina/git)
set :application_name, 'staging'
#set :domain, 'www.rubydesign.fi'
set :domain, '192.168.129.10'
set :deploy_to, '/home/feenix/staging'
set :repository, "https://github.com/HubFeenixMakers/hubfeenix.fi.git"