Add travis deployment to the dashboard for deploying to our new space (the previous version used the Bluemix deployment mechanism).
Current issues:
the actual deploy script contains only an echo script but this causes an error so the overall build task always shows as failed
the actual work is in the before_deploy section because this seems to give more output in the travis web interface than the script can do (but press the "Raw" button in the web interface to get the real log
the bx command is working but commands starting bx cf do not work.
Alternative approach:
try again to use a cloudfoundry mechanism, apparently we can use username "apikey" and an API key to log in .... but we'll need working bx for the soingest project so it seemed worth pursuing this route if we can.
Add travis deployment to the dashboard for deploying to our new space (the previous version used the Bluemix deployment mechanism).
Current issues:
before_deploy
section because this seems to give more output in the travis web interface than the script can do (but press the "Raw" button in the web interface to get the real logbx
command is working but commands startingbx cf
do not work.Alternative approach:
bx
for thesoingest
project so it seemed worth pursuing this route if we can.