We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a296b commit 8eac28aCopy full SHA for 8eac28a
1 file changed
.github/workflows/deploy.yml
@@ -44,6 +44,19 @@ jobs:
44
strip_components: 2
45
overwrite: true
46
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
+
60
- name: Install Code-39 TTF font system-wide
61
uses: appleboy/ssh-action@v1.0.3
62
with:
0 commit comments