remove scp docker-compose file and add ls
All checks were successful
Gitea Action Maven build / build (push) Successful in 47s
Gitea Action Maven build / deploy (push) Successful in 5s

This commit is contained in:
Eduard Kuksa 2025-02-13 21:39:28 +07:00
parent d413348df7
commit c1a9019812

View File

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