fix: bootstrap identity tables for mariadb startup
This commit is contained in:
+2
-2
@@ -12,9 +12,9 @@ if [ ! -f "$ENV_SOURCE" ]; then
|
||||
fi
|
||||
|
||||
# Keep runtime secrets outside the repo checkout so workflow uploads cannot wipe them.
|
||||
ln -sf "$ENV_SOURCE" "$ENV_TARGET"
|
||||
ln -snf "$ENV_SOURCE" "$ENV_TARGET"
|
||||
|
||||
if [ ! -f "$ENV_TARGET" ]; then
|
||||
if [ ! -L "$ENV_TARGET" ] && [ ! -f "$ENV_TARGET" ]; then
|
||||
echo "Failed to link deployment env file into $(pwd)/$ENV_TARGET"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user