Skip to content

Commit b60d7fc

Browse files
committed
deploy: Docker파일 app.jar 외 다른 빌드 파일 업로드 제외
1 parent 6d4b971 commit b60d7fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Upload all deploy files
4343
run: |
4444
rsync -avz -e "ssh" \
45-
build/libs/*.jar \
45+
build/libs/app.jar \
4646
Dockerfile \
4747
docker-compose.yml \
4848
${{ secrets.SERVER_USER }}@${{ secrets.SERVER_HOST }}:${{ secrets.DEPLOY_PATH }}/

0 commit comments

Comments
 (0)