Skip to content

Commit e4e5f99

Browse files
authored
release: 1.1.6 (#243)
2 parents 998748e + 83a5ba7 commit e4e5f99

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

โ€Ž.github/workflows/deploy.ymlโ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
- name: build server
3737
run: ./gradlew build -x test -DSENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }}
3838

39+
- name: move jar file to deploy api
40+
run: mv ./build/libs/*.jar ./deploy/api/
41+
3942
- name: docker arm64 build set up - qemu
4043
uses: docker/setup-qemu-action@v2
4144

โ€Ždeploy/api/Dockerfileโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ARG REDIS_PORT
99
ARG INTERNAL_SECRET
1010
ARG SLACK_TOKEN
1111

12-
ARG JAR_FILE=./build/libs/*.jar
12+
ARG JAR_FILE=./*.jar
1313
COPY ${JAR_FILE} gitanimals-render.jar
1414

1515
ENV db_url=${DB_URL} \

0 commit comments

Comments
ย (0)