set for prod flow

This commit is contained in:
Josh Sandlin
2026-07-30 14:33:00 -04:00
parent 7146002e08
commit b4b429438f
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ name: Deploy ttl.sh
on:
push:
branches:
- prerelease # Temporary: deploy on prerelease for testing
# - main # TODO: Switch back to main after testing
# - prerelease # Temporary: deploy on prerelease for testing to staging.ttl.sh
- main
workflow_dispatch: # Manual trigger for emergencies
concurrency:
+2 -1
View File
@@ -1,6 +1,7 @@
---
# Domain to provision
domain_name: "staging.ttl.sh"
# domain_name: "staging.ttl.sh", # set GHA on.push.branches to `prerelease`
domain_name: "ttl.sh"
# Compute zone name from domain (ttl.sh)
zone_name: "ttl.sh"