Ich weiß, dass ich das tun kann: https://docs.travis-ci.com/user/deployment/cloudfoundryCloud Foundry Deployment in Travis
in .travis.yml Jetzt ist es
deploy:
edge: true
provider: cloudfoundry
username: [email protected]
password: supersecretpassword
api: https://api.run.pivotal.io
organization: myawesomeorganization
space: staging
Altough Passwort
indem Sie werden verschlüsselt wurden, könnentravis encrypt --add deploy.password
haben
Ich möchte keinen Benutzernamen und kein Passwort (auch nicht verschlüsselt) in die XML-Datei eingeben. Gibt es eine andere Möglichkeit für Travis, Apps in Cloud Foundry (oder IBM Bluemix) zu implementieren?