This commit is contained in:
2025-05-08 16:20:37 +07:00
parent 93be3126a7
commit 5826130bc8
+5 -1
View File
@@ -6,4 +6,8 @@ update_registry:
git pull https://$(GIT_USER):$(GIT_PASS)@$(REGISTRY_REPO) || true; \
git add . && \
git commit -m "$${commit_msg:-update}" || true; \
git push https://$(GIT_USER):$(GIT_PASS)@$(REGISTRY_REPO) || true )
git push https://$(GIT_USER):$(GIT_PASS)@$(REGISTRY_REPO) || true )
package_registry:
(cd $(REGISTRY_PATH) && \
zip -r registry.zip *.json -x .gitignore .git .mk)