fist cap (not working)
This commit is contained in:
10
config/deploy/production.rb
Normal file
10
config/deploy/production.rb
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
# The server-based syntax can be used to override options:
|
||||
# ------------------------------------
|
||||
server "web-server.local",
|
||||
user: "feenix",
|
||||
roles: %w{web app db},
|
||||
ssh_options: {
|
||||
auth_methods: %w(publickey)
|
||||
# password: "please use keys"
|
||||
}
|
Reference in New Issue
Block a user