diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..679d35f --- /dev/null +++ b/.drone.yml @@ -0,0 +1,5 @@ +--- +kind: template +load: new-release.yaml +data: + image: gitea.kdiva.ru/infrastructure/archiver:latest diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4782a55 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "helper-scripts"] + path = helper-scripts + url = https://gitea.kdiva.ru/modules/helper-scripts.git diff --git a/README.md b/README.md new file mode 100644 index 0000000..4c38eee --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +### v1.0.0 +* переход на droneci +* добавлена 11 релиз foundry diff --git a/helper-scripts b/helper-scripts new file mode 160000 index 0000000..27c8f52 --- /dev/null +++ b/helper-scripts @@ -0,0 +1 @@ +Subproject commit 27c8f5203f295bb028a77b129b40c709bf941c28 diff --git a/module.json.template b/module.json.template new file mode 100644 index 0000000..3bd3ca1 --- /dev/null +++ b/module.json.template @@ -0,0 +1,32 @@ +{ + "id": "sc-characters", + "name": "shared-compendia-characters", + "title": "Shared Compendia Characters", + "description": "Pregenerated characters list", + "authors": [ + { + "name": "leego neit" + } + ], + "version": "$RELEASE_TAG", + "minimumCoreVersion": "9", + "compatibility": { + "minimum": "9", + "verified": "10", + "maximum": "11" + }, + "url": "${DRONE_REPO_LINK}", + "manifest": "${DRONE_REPO_LINK}/releases/download/latest/module.json", + "download": "${DRONE_REPO_LINK}/releases/download/$RELEASE_TAG/module.zip", + "packs": [ + { + "name": "sc-characters", + "label": "sc characters", + "path": "packs/sc-characters.db", + "entity": "Actor", + "type": "Actor", + "module": "shared-compendia-characters", + "system": "dnd5e" + } + ] +}