Social Annotations in the Atmosphere
15
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: add mac-deploy-proxy.sh for Dockerfile-based remote builds

Uses Fly.io remote builder instead of local Nix builds, which is
needed on macOS where x86 container builds aren't supported.

+10
+10
scripts/mac-deploy-proxy.sh
··· 1 + #!/usr/bin/env bash 2 + set -e 3 + 4 + CONFIG_FILE="fly.proxy.toml" 5 + 6 + echo "🚀 Deploying proxy to Fly.io (remote build)..." 7 + flyctl deploy --config $CONFIG_FILE --remote-only 8 + 9 + echo "✅ Proxy deployment complete!" 10 + echo "🌐 Visit: https://sure.seams.so"