Skip to content

Commit 38a2d5d

Browse files
authored
release: 1.1.9 (#246)
2 parents b596735 + 294db9a commit 38a2d5d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,15 @@ jobs:
7474
"INTERNAL_SECRET=${{ secrets.INTERNAL_SECRET }}"
7575
"SLACK_TOKEN=${{ secrets.SLACK_TOKEN }}"
7676
77+
- name: build and push filebeat
78+
uses: docker/build-push-action@v4
79+
with:
80+
context: ./deploy/filebeat
81+
platforms: linux/arm64/v8
82+
push: true
83+
tags: |
84+
filebeat-gitanimals:latest
85+
7786
deploy:
7887
needs: build
7988
name: deploy
@@ -111,6 +120,5 @@ jobs:
111120
- name: run file beats
112121
if: env.status == 'stopped'
113122
run: |
114-
sudo docker build -t filebeat-gitanimals:latest ./deploy/filebeat
115123
sudo docker run -d --name filebeat -v logs:/logs -t filebeat-gitanimals:latest
116124

โ€Žsrc/main/resources/application.propertiesโ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ spring.datasource.username=root
66
spring.datasource.password=0000
77
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
88

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

0 commit comments

Comments
ย (0)