This commit is contained in:
2026-07-06 15:02:17 +05:00
5 changed files with 12 additions and 9 deletions
+1
View File
@@ -14,3 +14,4 @@ config/
Jenkinsfile* Jenkinsfile*
ecosystem.config.js ecosystem.config.js
.env* .env*
/site
View File
Vendored
+6 -6
View File
@@ -55,11 +55,11 @@ pipeline {
} }
} }
} }
// stage('docker cleanup'){ stage('docker cleanup'){
// steps { steps {
// sh label: '', script: 'docker rmi ' + image_doc sh label: '', script: 'docker rmi ' + image_doc
// sh label: '', script: 'docker rmi ' + image_doc_latest sh label: '', script: 'docker rmi ' + image_doc_latest
// } }
// } }
} }
} }
+2
View File
@@ -19,3 +19,5 @@ zensical serve
Или явно указав конфигурационный файл: Или явно указав конфигурационный файл:
zensical serve --config-file zensical.toml zensical serve --config-file zensical.toml
Страница для dev разработки http://localhost:8000/
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"name": "ecm-administrator-manuals", "name": "ecm-administrator-manuals",
"version": "0.0.5", "version": "0.0.7",
"description": "ecm-administrator-manuals doc" "description": "ecm-administrator-manuals doc"
} }