Skip to content

Adjust CircleCI and Github Actions to account for new branch names v4… #175

Adjust CircleCI and Github Actions to account for new branch names v4…

Adjust CircleCI and Github Actions to account for new branch names v4… #175

name: deploy_v4_nightly
on:
push:
branches:
- 'v4_development'
jobs:
deploy_staging:
if: github.repository == 'Dash-Industry-Forum/dash.js'
uses: ./.github/workflows/deploy.yml
with:
envname: v4_nightly
deploy_path: '/377335/dash.js'
secrets:
host: ${{secrets.HOST}}
user: ${{secrets.USER}}
private_key: ${{secrets.PRIVATE_KEY}}