Skip to content

Commit 8eac28a

Browse files
committed
Copy jar to birt
1 parent 17a296b commit 8eac28a

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,19 @@ jobs:
4444
strip_components: 2
4545
overwrite: true
4646

47+
- name: Copy jacq common and service report JARs
48+
uses: appleboy/scp-action@v0.1.7
49+
with:
50+
host: ${{ env.WILDFLY_HOST }}
51+
username: root
52+
key: ${{ secrets.SSH_PRIVATE_KEY }}
53+
source: |
54+
artifacts/jacq-common/target/jacq-common-*.jar
55+
artifacts/jacq-service-report/target/jacq-service-report*.jar
56+
target: "/opt/jacq-javaee/jacq-birt/"
57+
strip_components: 3
58+
overwrite: true
59+
4760
- name: Install Code-39 TTF font system-wide
4861
uses: appleboy/ssh-action@v1.0.3
4962
with:

0 commit comments

Comments
 (0)