Skip to content

Commit

Permalink
release: 1.1.6 (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
devxb authored Jan 17, 2025
2 parents 998748e + 83a5ba7 commit e4e5f99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
- name: build server
run: ./gradlew build -x test -DSENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }}

- name: move jar file to deploy api
run: mv ./build/libs/*.jar ./deploy/api/

- name: docker arm64 build set up - qemu
uses: docker/setup-qemu-action@v2

Expand Down
2 changes: 1 addition & 1 deletion deploy/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG REDIS_PORT
ARG INTERNAL_SECRET
ARG SLACK_TOKEN

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

ENV db_url=${DB_URL} \
Expand Down

0 comments on commit e4e5f99

Please sign in to comment.