fix scp order
Some checks failed
Gitea Action Maven build / build (push) Successful in 47s
Gitea Action Maven build / deploy (push) Failing after 5s

This commit is contained in:
Eduard Kuksa 2025-02-13 21:52:44 +07:00
parent 9508ff64a9
commit f3a53d12b9

View File

@ -63,6 +63,7 @@ jobs:
- name: Deploy to Local Server
run: |
scp artifact/*.jar ${{ vars.DEPLOY_USER }}@${{ vars.DEPLOY_HOST }}:${{ vars.DEPLOY_PATH }}
# scp docker-compose.yml ${{ vars.DEPLOY_USER }}@${{ vars.DEPLOY_HOST }}:${{ vars.DEPLOY_PATH }}
scp artifact/Dockerfile ${{ vars.DEPLOY_USER }}@${{ vars.DEPLOY_HOST }}:${{ vars.DEPLOY_PATH }}
# scp docker-compose.yml ${{ vars.DEPLOY_USER }}@${{ vars.DEPLOY_HOST }}:${{ vars.DEPLOY_PATH }}