Skip to content

Commit d16359f

Browse files
nfmelendezclaude
andcommitted
🧱 server: business subdomain on testnets
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
1 parent 8ef0286 commit d16359f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

‎.do/app.yaml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ databases:
2424
domains:
2525
- domain: ${{ env.APP_DOMAIN }}
2626
type: PRIMARY
27+
# @if ${{ env.ENVIRONMENT == "base-sepolia" || env.ENVIRONMENT == "sandbox" }}
28+
- domain: business.${{ env.APP_DOMAIN }}
29+
type: ALIAS
30+
# @endif
2731
egress:
2832
type: DEDICATED_IP
2933
envs:

0 commit comments

Comments
 (0)