Skip to content

Commit

Permalink
update gh actions
Browse files Browse the repository at this point in the history
DEPLOY
  • Loading branch information
JanisBe committed Jun 12, 2024
1 parent 911432b commit dd60266
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Maven version
run: mvn -version
- name: Build with Maven
run: mvn -B package --file pom.xml -Dmaven.test.skip=true
run: mvn -B package --file pom.xml -Dmaven.test.skip=true -Djasypt.encryptor.password=${{ secrets.JSPT }} -Dspring.mail.password=${{ secrets.GMAIL_PS }} -Dserver.ssl.key-store-password=${{ secrets.ESESEL }}
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@if (!!expenses?.length) {
@if (!!expenses.length) {
<table [dataSource]="expenses" class="mat-elevation-z8" mat-table multiTemplateDataRows>
<ng-container matColumnDef="description">
<th *matHeaderCellDef mat-header-cell> Opis wydatku</th>
Expand Down
7 changes: 5 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@ spring.mail.properties.mail.smtp.starttls.enable=true
spring.banner.location=classpath:banner.txt
jwt.duration=1
jwt.secret-key=ENC(cD/Zb7b/kxjvWeMmk1ka+AUkCZOeKfx+UJvxQnC6eGv16N4hNjZhj8gAJ5uluJZ4NlrFY+uQzSA0+1OKDa9AZaSpuKOujChmAoUhpnK93iJ4Bh2FGoQYvgXG0M/QkaAV5XQetJeHX1FZZV/IPaHIzWiBps3mc/rf72NdZaHmyrKQhVcSP6NKY5c4a/o94auV)
spring.config.import=classpath:application-secrets.properties
#spring.config.import=classpath:application-secrets.properties:optional
server.http.port=8090
server.ssl.enabled=false
server.servlet.session.cookie.same-site=none
server.servlet.session.cookie.secure=true
server.servlet.session.cookie.http-only=true
spring.jpa.open-in-view=false
spring.datasource.hikari.auto-commit=false
spring.threads.virtual.enabled=true
spring.threads.virtual.enabled=true
server.ssl.key-store-type=PKCS12
server.ssl.key-store=classpath:komornik.data
server.ssl.key-alias=komornik

0 comments on commit dd60266

Please sign in to comment.