diff --git a/.drone.yml b/.drone.yml index 9030d41..b694dc3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -42,10 +42,13 @@ steps: context: "/out/server" registry: "gitea.marquis.site" repo: "gitea.marquis.site/minecraft/atm8" - tags: "${DRONE_TAG}" username: "drone-ci" password: from_secret: "gitea_registry_password" + tags: + - "${DRONE_COMMIT_SHA:0:8}" + - "latest" + - "${DRONE_TAG}" volumes: - name: "server" path: "/out/server" @@ -66,6 +69,7 @@ steps: branch: "master" remote_name: "origin" commit: true + author_name: "${DRONE_COMMIT_AUTHOR_NAME}" commit_message: "Version ${DRONE_TAG}" - name: "Create Gitea Release for curse modpack" @@ -129,8 +133,9 @@ steps: repo: "gitea.marquis.site/minecraft/atm8" # tags: "${DRONE_TAG}" tags: - - "1.0.19b" + - "latest" - "${DRONE_COMMIT_SHA:0:8}" + - "1.0.19b" username: "drone-ci" password: from_secret: "gitea_registry_password" @@ -154,6 +159,7 @@ steps: settings: branch: "master" remote_name: "origin" + author_name: "${DRONE_COMMIT_AUTHOR_NAME}" commit: true # commit_message: "Version ${DRONE_TAG}" commit_message: "Version 1.0.19b" diff --git a/config.yml b/config.yml index 5878148..26fb8ae 100644 --- a/config.yml +++ b/config.yml @@ -17,9 +17,9 @@ customizations: extra_files: - "./servers.dat" mods: - - mod_id: 261725 - name: "ItemZoom" - server: false + # - mod_id: 261725 + # name: "ItemZoom" + # server: false # Fix stupid Curse API - mod_id: 448233