Skip to content

Merge pull request #184 from Screenly/fix/tfl_ready_signal #6

Merge pull request #184 from Screenly/fix/tfl_ready_signal

Merge pull request #184 from Screenly/fix/tfl_ready_signal #6

---
name: Deploy tfl bus status app (QC)
on:
push:
branches:
- 'master'
paths:
- 'edge-apps/tfl-bus-status/**'
- '.github/workflows/deploy-tfl-bus-status-qc.yml'
jobs:
deploy:
runs-on: ubuntu-latest
env:
APP_PATH: 'edge-apps/tfl-bus-status'
MANIFEST_FILE_NAME: 'screenly_qc.yml'
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 }}