mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
feat(deploy): add deploy-sync script for production environment setup
feat(init-server.py): implement http_host_sync command for server initialization refactor(http_host_lib): enhance asset downloading functions to return status of changes made
This commit is contained in:
7
deploy-sync.sh
Executable file
7
deploy-sync.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
export ENV=prod
|
||||
|
||||
./init-server.py http-host-sync ofm-h-fi-1 -y
|
||||
./init-server.py http-host-sync ofm-h-de-2 -y
|
||||
|
||||
Reference in New Issue
Block a user