File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ spring.datasource.username=root
66spring.datasource.password =0000
77spring.datasource.driver-class-name =com.mysql.cj.jdbc.Driver
88
9- spring.jpa.database-platform =org.hibernate.dialect.MySQLDialect
109spring.jpa.hibernate.ddl-auto =update
1110spring.jpa.open-in-view =false
1211
You canโt perform that action at this time.
0 commit comments