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 }}