This repository has been archived on 2021-11-24. You can view files and clone it, but cannot push or open issues or pull requests.
phone_app/config/deploy.rb
2021-10-26 23:30:01 +02:00

15 lines
376 B
Ruby

#require "rvm/capistrano"
# config valid for current version and patch releases of Capistrano
lock "~> 3.11.0"
set :application, 'phone_app'
set :domain, 'quartz-www02.sysnove.net'
set :rvm_ruby_version, '2.6.0' # use the same ruby as used locally for deployment
set :rvm_autolibs_flag, "read-only"
#set :nginx_template, "#{stage_config_path}/nginx.conf.erb"