Skip to content

Commit

Permalink
release: 1.1.9 (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
devxb authored Jan 17, 2025
2 parents b596735 + 294db9a commit 38a2d5d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,15 @@ jobs:
"INTERNAL_SECRET=${{ secrets.INTERNAL_SECRET }}"
"SLACK_TOKEN=${{ secrets.SLACK_TOKEN }}"
- name: build and push filebeat
uses: docker/build-push-action@v4
with:
context: ./deploy/filebeat
platforms: linux/arm64/v8
push: true
tags: |
filebeat-gitanimals:latest
deploy:
needs: build
name: deploy
Expand Down Expand Up @@ -111,6 +120,5 @@ jobs:
- name: run file beats
if: env.status == 'stopped'
run: |
sudo docker build -t filebeat-gitanimals:latest ./deploy/filebeat
sudo docker run -d --name filebeat -v logs:/logs -t filebeat-gitanimals:latest
1 change: 0 additions & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ spring.datasource.username=root
spring.datasource.password=0000
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver

spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect
spring.jpa.hibernate.ddl-auto=update
spring.jpa.open-in-view=false

Expand Down

0 comments on commit 38a2d5d

Please sign in to comment.