We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c70f22f commit 16b0c46Copy full SHA for 16b0c46
.github/workflows/deploy-jsorolla-web-workflow.yml
@@ -26,14 +26,8 @@ jobs:
26
with:
27
name: build-folder
28
path: build
29
- - name: Deploy unit tests web recursively to remote
30
- uses: garygrossgarten/github-action-scp@release
+ - name: Publish web App
+ uses: opencb/java-common-libs/.github/workflows/publish-test-report-workflow.yml@develop
31
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
+ target_path: /var/www/html/iva/builds/${{ inputs.version }}
+ content: build
0 commit comments