Skip to content

Fix: adds manifest file name and env for rust log #8

Fix: adds manifest file name and env for rust log

Fix: adds manifest file name and env for rust log #8

---
name: Deploy Power BI (QC)
on:
workflow_dispatch:
push:
branches:
- 'master'
- 'fix/prombi_debug'
paths:
- 'edge-apps/powerbi/**'
- '.github/workflows/deploy-power-bi-qc.yml'
jobs:
deploy:
runs-on: ubuntu-latest
env:
APP_PATH: 'edge-apps/powerbi'
MANIFEST_FILE_NAME: 'screenly_qc.yml'
RUST_LOG: 'debug'
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Deploy Edge App
uses: screenly/cli@master
with:
screenly_api_token: ${{ secrets.SCREENLY_API_TOKEN_AUTOMATED_QC }}
# yamllint disable-line rule:line-length
cli_commands: edge-app deploy --path=${{ env.APP_PATH }}