mirror of
https://github.com/replicatedhq/ttl.sh.git
synced 2026-08-25 03:07:15 +00:00
set for prod flow
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user