docs.af.pivotal.io -> docs-ip.spring.io

This commit is contained in:
Rob Winch
2021-04-26 14:54:38 -05:00
parent 4d2915efc0
commit e27bd78395
2 changed files with 2 additions and 2 deletions

View File

@@ -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'))

View File

@@ -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'))