We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d4b971 commit b60d7fcCopy full SHA for b60d7fc
1 file changed
.github/workflows/deploy.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Upload all deploy files
43
run: |
44
rsync -avz -e "ssh" \
45
- build/libs/*.jar \
+ build/libs/app.jar \
46
Dockerfile \
47
docker-compose.yml \
48
${{ secrets.SERVER_USER }}@${{ secrets.SERVER_HOST }}:${{ secrets.DEPLOY_PATH }}/
0 commit comments