Skip to content

Push updated build files for v4.7.0 #6

Push updated build files for v4.7.0

Push updated build files for v4.7.0 #6

Workflow file for this run

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