chore(07): integrate LDAP config into YAML and remove JSON files
This commit is contained in:
@@ -83,10 +83,9 @@ def main():
|
||||
|
||||
# 5. Create Production Bundle
|
||||
print("📦 Generating production bundle...")
|
||||
run_command(['./export_prod.sh'])
|
||||
run_command(['python3', 'scripts/export_prod.py'])
|
||||
|
||||
print(f"Successfully saved version {new_version}, created branch {branch_name}, updated 'master', and generated production ZIP.")
|
||||
print("Verification: check for the .zip file in the root.")
|
||||
print(f"Successfully saved version {new_version}, created branch {branch_name}, updated 'master', and generated production archive in backups/.")
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user