Check for length of content protection element when checking if media… #177
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: deploy_nightly | |
on: | |
push: | |
branches: | |
- 'development' | |
jobs: | |
deploy_staging: | |
if: github.repository == 'Dash-Industry-Forum/dash.js' | |
uses: ./.github/workflows/deploy.yml | |
with: | |
envname: nightly | |
deploy_path: '/377335/dash.js' | |
secrets: | |
host: ${{secrets.HOST}} | |
user: ${{secrets.USER}} | |
private_key: ${{secrets.PRIVATE_KEY}} |