Skip to content

Commit 16b0c46

Browse files
cicd: Update scp deploy web app #TASK-7600
1 parent c70f22f commit 16b0c46

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/deploy-jsorolla-web-workflow.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,8 @@ jobs:
2626
with:
2727
name: build-folder
2828
path: build
29-
- name: Deploy unit tests web recursively to remote
30-
uses: garygrossgarten/github-action-scp@release
29+
- name: Publish web App
30+
uses: opencb/java-common-libs/.github/workflows/publish-test-report-workflow.yml@develop
3131
with:
32-
local: build
33-
remote: /var/www/html/iva/builds/${{ inputs.version }}
34-
host: ${{ secrets.SSH_TESTING_SERVER_HOST}}
35-
port: ${{ secrets.SSH_TESTING_SERVER_PORT}}
36-
username: ${{ secrets.SSH_TESTING_SERVER_USER }}
37-
password: ${{ secrets.SSH_TESTING_SERVER_PASSWORD }}
38-
rm: true
39-
concurrency: 2
32+
target_path: /var/www/html/iva/builds/${{ inputs.version }}
33+
content: build

0 commit comments

Comments
 (0)