move application.yaml to resources dir
All checks were successful
Gitea Action Maven build / build (push) Successful in 1m46s
Gitea Action Maven build / deploy (push) Successful in 33s

This commit is contained in:
Eduard Kuksa 2025-02-24 19:37:13 +07:00
parent 01f0134f3b
commit a5ff34dbcf
2 changed files with 1 additions and 24 deletions

View File

@ -70,6 +70,7 @@ jobs:
with:
key: ${{ secrets.SSH_PRIVATE_KEY }}
known_hosts: ${{ secrets.KNOWN_HOSTS }}
- name: Create Directory on Local Server
run: ssh -T ${{ vars.DEPLOY_USER }}@${{ vars.DEPLOY_HOST }} mkdir -p ${{ vars.DEPLOY_PATH }}

View File

@ -1,24 +0,0 @@
server:
port: 8080
spring:
datasource:
username: ${DB_USER}
password: ${DB_PASSWORD}
url: ${DB_URL}
jpa:
hibernate:
# ddl-auto: update
# Ниже - временный вариант, таблица удаляется после завершения работы приложения
ddl-auto: create-drop
show-sql: true
open-in-view: false
indexing-settings:
sites:
- url: https://www.lenta.ru
name: Лента.ру
- url: https://www.skillbox.ru
name: Skillbox
- url: https://www.playback.ru
name: PlayBack.Ru