cap sort of works (no pubkey)
This commit is contained in:
@ -5,7 +5,7 @@ set :application, "gateway"
|
||||
set :repo_url, "https://github.com/rubydesign/gateway.git"
|
||||
|
||||
# Default branch is :master
|
||||
# ask :branch, `git rev-parse --abbrev-ref HEAD`.chomp
|
||||
set :branch, :main
|
||||
|
||||
# Default deploy_to directory is /var/www/my_app_name
|
||||
set :deploy_to, "/home/feenix/gateway"
|
||||
|
@ -5,6 +5,6 @@
|
||||
user: "feenix",
|
||||
roles: %w{web app db},
|
||||
ssh_options: {
|
||||
auth_methods: %w(publickey)
|
||||
# auth_methods: %w(publickey)
|
||||
# password: "please use keys"
|
||||
}
|
||||
|
Reference in New Issue
Block a user