Set up deployment

This commit is contained in:
2026-08-22 19:50:35 -04:00
parent 4bd77fad8a
commit 2982c1ee99
4 changed files with 21 additions and 5 deletions
Executable
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
cd "$(dirname "$0")"
fly secrets import --stage < .env.production
fly deploy