Skip to content

Implement TAS DevX

Implement TAS DevX #1

Workflow file for this run

name: Push to release branch
on:
push:
branches: master
jobs:
lua:
uses: "./.github/workflows/lua.yml"
deploy:
runs-on: ubuntu:latest
needs: [lua]
environment: production
concurrency: production
steps:
# TODO: Upgrade this to v2 deployment when bundling added
- name: Post to webhook
run: curl --fail-with-body -X POST ${{ secrets.DEPLOYER_WEBHOOK }}/${{ github.event.repository.name }}