Enable beta auto-deploy and Tianji consent-gated events (#35)
Unit Tests / test (pull_request) Successful in 14s
Unit Tests / test (pull_request) Successful in 14s
Flip workflows so master deploys beta and prod is workflow_dispatch only. Load distinct Tianji website IDs from env; page views always on, custom events require consent.
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
name: Deploy Beta
|
||||
|
||||
# Auto-deploy beta after push to master (mirrors dta_webapp).
|
||||
on:
|
||||
workflow_dispatch: {}
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
unit-tests:
|
||||
|
||||
Reference in New Issue
Block a user