docs.af.pivotal.io -> docs-ip.spring.io
This commit is contained in:
@@ -7,7 +7,7 @@ project.ssh.settings {
|
||||
project.remotes {
|
||||
docs {
|
||||
role 'docs'
|
||||
host = 'docs.af.pivotal.io'
|
||||
host = 'docs-ip.spring.io'
|
||||
user = project.findProperty('deployDocsSshUsername')
|
||||
if(project.hasProperty('deployDocsSshKeyPath')) {
|
||||
identity = project.file(project.findProperty('deployDocsSshKeyPath'))
|
||||
|
||||
@@ -7,7 +7,7 @@ project.ssh.settings {
|
||||
project.remotes {
|
||||
docs {
|
||||
role 'docs'
|
||||
host = 'docs.af.pivotal.io'
|
||||
host = 'docs-ip.spring.io'
|
||||
user = project.findProperty('deployDocsSshUsername')
|
||||
if(project.hasProperty('deployDocsSshKeyPath')) {
|
||||
identity = project.file(project.findProperty('deployDocsSshKeyPath'))
|
||||
|
||||
Reference in New Issue
Block a user