发布应用 Affine

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
2024-12-06 16:49:26 +08:00
parent dd36536c35
commit 39d94e0ae9
12 changed files with 298 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