mirror of https://github.com/perkeep/perkeep.git
deploy/gce: do not display login/pass on success
Fixes #597 Change-Id: Id53ad64651fdc9922eb33bb70d320b16e1d7777f
This commit is contained in:
parent
d5d6cd5fe6
commit
002b8e7212
|
@ -946,7 +946,7 @@ var tplHTML = `
|
|||
<h1><a href="{{.Prefix}}">Camlistore on Google Cloud</a></h1>
|
||||
|
||||
{{if .InstanceIP}}
|
||||
<p>Success. Your Camlistore instance should be up at <a href="https://{{.InstanceIP}}">https://{{.InstanceIP}}</a> (login: ` + camliUsername + `, password: {{.Conf.Password}}). It can take a couple of minutes to be ready.</p>
|
||||
<p>Success. Your Camlistore instance should be up at <a href="https://{{.InstanceIP}}">https://{{.InstanceIP}}</a>. It can take a couple of minutes to be ready.</p>
|
||||
<p>Please save the information on this page in case you need to come back for the instruction.</p>
|
||||
|
||||
<h4>First connection</h4>
|
||||
|
|
Loading…
Reference in New Issue