add deploy details
This commit is contained in:
parent
a2215359dc
commit
ec938a97ae
5
Gemfile
5
Gemfile
@ -28,11 +28,11 @@ gem "merged" , git: "https://github.com/HubFeenixMakers/merged"
|
|||||||
|
|
||||||
gem "passenger" , require: "phusion_passenger/rack_handler"
|
gem "passenger" , require: "phusion_passenger/rack_handler"
|
||||||
|
|
||||||
|
gem "bootsnap", require: false
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
|
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
|
||||||
gem "bootsnap", require: false
|
|
||||||
gem "debug", platforms: %i[ mri mingw x64_mingw ]
|
gem "debug", platforms: %i[ mri mingw x64_mingw ]
|
||||||
gem "mina"
|
|
||||||
gem 'guard-minitest'
|
gem 'guard-minitest'
|
||||||
gem 'guard' # NOTE: this is necessary in newer versions
|
gem 'guard' # NOTE: this is necessary in newer versions
|
||||||
end
|
end
|
||||||
@ -40,6 +40,7 @@ end
|
|||||||
group :development do
|
group :development do
|
||||||
# Use console on exceptions pages [https://github.com/rails/web-console]
|
# Use console on exceptions pages [https://github.com/rails/web-console]
|
||||||
gem "web-console"
|
gem "web-console"
|
||||||
|
gem "mina"
|
||||||
end
|
end
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
|
@ -1 +1 @@
|
|||||||
cBfiDOsfbpoerJLrgx0rBBWV9DYuW4cvbHG2261uc/LGtU3jGCmKfjPlf+9jlnTBwX4hgz/5gOQkweeFKTnqKqN53ZmvIuMVsWA3fZfNNO4YzUzK6PAR3qBx3670JFUcEC9yhgUPij+Vmg/+d/ZndgA09Rsm+6JKn7MwQexuxs2enDR5khb5t3g7j45CsnYSvry6NFZ0fFd2LTvzBDAjP3lVsTHDgXL/R/w2Efk2H5djU6Km79xW1/XF7NEUDZllR9tExeXNjtdK00E5VqqsVQCCsNLxB5z9pr97rqQi++VmDD1YMuHRKrglnc8wRHzGp++kSb8u2dUQV8nhcyofUhgMYuo9HHLsOCXEiuxK7aEKbCuiyJLeFpUwDe63j2+F217Fe8ziawE6k+EiAkpRImmap6TrPDkI4VpT--f/0FgHT/l+vdOJty--Q4RW6cJzfppEBMzZFujQZg==
|
ZUMBx7dPhvXDpwPubRsF44jZzYuZRTZDUn8gWC5tGwFE0j9Yl8Dz8ihEBnX8jZFXV/8sxFF0xCe1Z/+RMnRVI3IpxrQptFN6fxVy+6jjHWKCCLF2M2EfiBhd46K+vM82v+g0lavDeo0ypianEkm0wZFrmfOFFZHO08x7+yXcYG13DxzpE8sqLMff4/w/xEs5U1pK1du0OgX0VHydL2tQI1OTqSLmqjQviAskHaNfZXTVYdi+48wbDehQ60jzLgE+5fjLFB9xEvWPPL1S/VINua/L7duHXlTc2WfewcBHk+gh5DoiTFMl8IaBvhtQS9c4/8k11CdlCgNd6qJv3xNwzHmXKdSL6hf48QZxrlTDn8CDnemayxX7T45lhTsaVcNODSAvUV/Y4o9nQj1TEw3AeYTY6poXAYHX5mVt--WMQ46bR6kf9MtLOZ--uEav+4njESNq1J0HIGoxVg==
|
@ -8,10 +8,10 @@ require 'mina/rbenv' # for rbenv support. (https://rbenv.org)
|
|||||||
# repository - Git repo to clone from. (needed by mina/git)
|
# repository - Git repo to clone from. (needed by mina/git)
|
||||||
# branch - Branch name to deploy. (needed by mina/git)
|
# branch - Branch name to deploy. (needed by mina/git)
|
||||||
|
|
||||||
set :application_name, 'staging'
|
set :application_name, 'volunteers'
|
||||||
set :domain, '192.168.129.10'
|
set :domain, '192.168.129.10'
|
||||||
set :deploy_to, '/home/feenix/staging'
|
set :deploy_to, '/home/feenix/volunteers'
|
||||||
set :repository, "https://github.com/HubFeenixMakers/hubfeenix.fi.git"
|
set :repository, "https://github.com/HubFeenixMakers/volunteers.git"
|
||||||
set :branch, 'main'
|
set :branch, 'main'
|
||||||
|
|
||||||
# Optional settings:
|
# Optional settings:
|
||||||
|
Loading…
Reference in New Issue
Block a user