Introduces the fly/ directory with nginx + Tailscale container config, Pulumi changes for Tailscale ACLs and auth key, DNS CNAME for docs.eblu.me (staged but not yet deployed), mise tasks for deploy/setup/ shutoff, and Forgejo CI workflow for auto-deploy on push. First target service: docs.eblu.me Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7 lines
135 B
Bash
Executable file
7 lines
135 B
Bash
Executable file
#!/usr/bin/env bash
|
|
#MISE description="Deploy the Fly.io public proxy"
|
|
|
|
set -euo pipefail
|
|
|
|
cd "$(dirname "$0")/../fly"
|
|
fly deploy "$@"
|