发布应用 ApiFox Runner 自部署

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
2024-12-26 11:49:52 +08:00
parent b19e57bd6f
commit 7779fb617a
12 changed files with 189 additions and 0 deletions
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi