Skip to content

Commit 404b83d

Browse files
Merge pull request #1021 from opencb/TASK-7600-dev
TASK-7600-dev - Deploy IVA Web App Application step fails
2 parents c70f22f + 5f9e17c commit 404b83d

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/develop.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ jobs:
2222
secrets: inherit
2323

2424
deploy-web:
25-
uses: ./.github/workflows/deploy-jsorolla-web-workflow.yml
26-
needs: [ build, test ]
25+
uses: opencb/java-common-libs/.github/workflows/publish-test-report-workflow.yml@develop
26+
needs: build
2727
with:
28-
version: ${{ needs.build.outputs.version }}
28+
target_path: /var/www/html/iva/builds/${{ needs.build.outputs.version }}
29+
content: build-folder
2930
secrets: inherit

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ jobs:
1717
secrets: inherit
1818

1919
deploy-web:
20-
uses: ./.github/workflows/deploy-jsorolla-web-workflow.yml
20+
uses: opencb/java-common-libs/.github/workflows/publish-test-report-workflow.yml@develop
2121
needs: build
2222
with:
23-
version: ${{ needs.build.outputs.version }}
23+
target_path: /var/www/html/iva/builds/${{ needs.build.outputs.version }}
24+
content: build-folder
2425
secrets: inherit
2526

2627
release:

0 commit comments

Comments
 (0)