move application.yaml to resources dir
This commit is contained in:
@@ -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 }}
|
||||
|
||||
|
Reference in New Issue
Block a user