Skip to content

Set up continuous deployment process for development branch

Vinay Rosenberg requested to merge github/fork/epiclabsDASH/ci-dev into development

Created by: epiclabsDASH

Configures a continuous deployment process for development branch. Whenever changes are pushed to development branch, and only if build and test tasks were successful, resulting files are automatically deployed and can be tested using the url http://reference.dashif.org/dash.js/development/samples/dash-if-reference-player/index.html.

Deployment is done in development folder (instead of nightly one) to not interfere in current auto deployment process. Once this change is pushed and tested successfully for a few weeks, we will replace nightly build with this new process.

Merge request reports