Remove outdated cues from track when adding a new cue. (#4305) #146
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 | |
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}} |