readme command line usage - to specify pipeline file name readme updated to include reasoning behind the project use native golang sqlite RunScriptCommand named in functionMap removed unused functions removed unused functions run script and pipeline example renamed functions to drop the word script and add pipeline verb
19 lines
No EOL
618 B
JSON
19 lines
No EOL
618 B
JSON
{
|
|
"project": "hdshd",
|
|
"project_data": "path_to/project_data",
|
|
"app_image": "headsheddev/some-app:0.0.1",
|
|
"env": "path_to/.env",
|
|
"images": "path_to_images",
|
|
"php_conf": "path_to/local.ini",
|
|
"exports": "path_to/exports",
|
|
"db": "path_to/db",
|
|
"logs": "path_to/logs",
|
|
"preview_path": "path_to_preview",
|
|
"webserver_image": "headsheddev/my-nginx:0.0.1",
|
|
"public_images": "path_to/images",
|
|
"data_www": "path_to/www",
|
|
"nginx_conf": "path_to/conf.d",
|
|
"admin_url": "admin_url.headshed.dev",
|
|
"preview_url": "app-prv.headshed.dev",
|
|
"ui_url": "ww2.headshed.dev",
|
|
} |