This commit is contained in:
98
.drone.yml
98
.drone.yml
@@ -68,8 +68,8 @@ steps:
|
|||||||
settings:
|
settings:
|
||||||
branch: "master"
|
branch: "master"
|
||||||
remote_name: "origin"
|
remote_name: "origin"
|
||||||
commit: true
|
|
||||||
author_name: "${DRONE_COMMIT_AUTHOR_NAME}"
|
author_name: "${DRONE_COMMIT_AUTHOR_NAME}"
|
||||||
|
commit: true
|
||||||
commit_message: "Version ${DRONE_TAG}"
|
commit_message: "Version ${DRONE_TAG}"
|
||||||
|
|
||||||
- name: "Create Gitea Release for curse modpack"
|
- name: "Create Gitea Release for curse modpack"
|
||||||
@@ -80,100 +80,8 @@ steps:
|
|||||||
base_url: "gitea.marquis.site"
|
base_url: "gitea.marquis.site"
|
||||||
files: "/out/curse/*-${DRONE_TAG}.zip"
|
files: "/out/curse/*-${DRONE_TAG}.zip"
|
||||||
title: "Version ${DRONE_TAG}"
|
title: "Version ${DRONE_TAG}"
|
||||||
volumes:
|
notes: >
|
||||||
- name: "curse"
|
Modpack Server container image: `gitea.marquis.site/minecraft/atm8:${DRONE_TAG}`
|
||||||
path: "/out/curse"
|
|
||||||
|
|
||||||
|
|
||||||
---
|
|
||||||
kind: "pipeline"
|
|
||||||
type: "docker"
|
|
||||||
name: "[Debug] Static Release on Push"
|
|
||||||
|
|
||||||
trigger:
|
|
||||||
branch: "config"
|
|
||||||
event:
|
|
||||||
- "push"
|
|
||||||
|
|
||||||
volumes:
|
|
||||||
- name: "tmp"
|
|
||||||
temp: {}
|
|
||||||
- name: "server"
|
|
||||||
temp: {}
|
|
||||||
- name: "client"
|
|
||||||
temp: {}
|
|
||||||
- name: "curse"
|
|
||||||
temp: {}
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: "Run build tool"
|
|
||||||
image: "gitea.marquis.site/operations/modpack_buildah"
|
|
||||||
settings:
|
|
||||||
# modpack__version: "${DRONE_TAG}"
|
|
||||||
modpack__version: "1.0.19b"
|
|
||||||
curseforge_apikey:
|
|
||||||
from_secret: "curseforge_apikey"
|
|
||||||
volumes:
|
|
||||||
- name: "server"
|
|
||||||
path: "/out/server"
|
|
||||||
- name: "client"
|
|
||||||
path: "/out/client"
|
|
||||||
- name: "curse"
|
|
||||||
path: "/out/curse"
|
|
||||||
- name: "tmp"
|
|
||||||
path: "/tmp/modpack_buildah"
|
|
||||||
|
|
||||||
- name: "Build and push server container image"
|
|
||||||
image: "plugins/docker"
|
|
||||||
privileged: true
|
|
||||||
settings:
|
|
||||||
dockerfile: "/out/server/Dockerfile"
|
|
||||||
context: "/out/server"
|
|
||||||
registry: "gitea.marquis.site"
|
|
||||||
repo: "gitea.marquis.site/minecraft/atm8"
|
|
||||||
# tags: "${DRONE_TAG}"
|
|
||||||
tags:
|
|
||||||
- "latest"
|
|
||||||
- "${DRONE_COMMIT_SHA:0:8}"
|
|
||||||
- "1.0.19b"
|
|
||||||
username: "drone-ci"
|
|
||||||
password:
|
|
||||||
from_secret: "gitea_registry_password"
|
|
||||||
volumes:
|
|
||||||
- name: "server"
|
|
||||||
path: "/out/server"
|
|
||||||
|
|
||||||
- name: "Update client files in repository"
|
|
||||||
image: "alpine/git"
|
|
||||||
commands:
|
|
||||||
- "git branch -v"
|
|
||||||
- "git fetch origin +refs/heads/master"
|
|
||||||
- "git checkout master"
|
|
||||||
- "cp -r /out/client/* ."
|
|
||||||
volumes:
|
|
||||||
- name: "client"
|
|
||||||
path: "/out/client"
|
|
||||||
|
|
||||||
- name: "Push new client version to repository"
|
|
||||||
image: "appleboy/drone-git-push"
|
|
||||||
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"
|
|
||||||
|
|
||||||
- name: "Create Gitea Release for curse modpack"
|
|
||||||
image: "plugins/gitea-release"
|
|
||||||
settings:
|
|
||||||
api_key:
|
|
||||||
from_secret: "gitea_registry_password"
|
|
||||||
base_url: "gitea.marquis.site"
|
|
||||||
# files: "/out/curse/*-${DRONE_TAG}.zip"
|
|
||||||
# title: "Version ${DRONE_TAG}"
|
|
||||||
files: "/out/curse/*-1.0.19b.zip"
|
|
||||||
title: "Version 1.0.19b"
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: "curse"
|
- name: "curse"
|
||||||
path: "/out/curse"
|
path: "/out/curse"
|
||||||
|
|||||||
Reference in New Issue
Block a user