Skip to content

Commit 23903b8

Browse files
authored
release: 0.1.4 (#93)
2 parents 1b3a973 + 705361a commit 23903b8

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/ISSUE_TEMPLATE/release.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Release Issue
3-
about: 긴급한 수정
4-
title: 'hotfix: {내용}'
5-
labels: [hotfix]
3+
about: 배포
4+
title: 'release: {내용}'
5+
labels: [release]
66
---

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build with Gradle
22

33
on:
44
pull_request:
5-
branches: [ "develop", "release", "main" ]
5+
branches: [ "develop", "release" ]
66
types: [ opened, reopened, synchronize ]
77
workflow_dispatch:
88

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ WORKDIR /app
55
RUN apk add --no-cache tzdata \
66
&& ln -sf /usr/share/zoneinfo/Asia/Seoul /etc/localtime
77

8-
COPY app-api/build/libs/*-SNAPSHOT.jar app.jar
8+
COPY boot/build/libs/*-SNAPSHOT.jar app.jar
99

1010
ENTRYPOINT ["java", "-XX:+UseContainerSupport", "-XX:MaxRAMPercentage=75.0", "-jar", "app.jar"]

0 commit comments

Comments
 (0)