Add functional test to test dynamic to static transition (#4858) #382
This file contains hidden or 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}} |