cap sort of works (no pubkey)

This commit is contained in:
2022-03-29 14:33:46 +03:00
parent 3fdee67353
commit 8e0fed4893
4 changed files with 3 additions and 24 deletions

View File

@ -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"

View File

@ -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"
}