发布应用 openresty-manager

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
2025-06-11 12:12:21 +08:00
parent 76a2fd2d1f
commit 0e50db924b
10 changed files with 180 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