move application.yaml to resources dir

This commit is contained in:
Eduard Kuksa
2025-02-24 19:37:13 +07:00
parent 01f0134f3b
commit 30333d1d40
2 changed files with 3 additions and 2 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 }}