We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b28b40f commit 96007d0Copy full SHA for 96007d0
.github/workflows/deploy_to_test.yaml
@@ -26,8 +26,8 @@ jobs:
26
url: ${{ secrets.ENONIC_TEST_URL }}
27
username: ${{ secrets.ENONIC_USER }}
28
password: ${{ secrets.ENONIC_TEST_PASS }}
29
- client_cert: ${{ secrets.ENONIC_CERT }}
30
- client_key: ${{ secrets.ENONIC_KEY }}
+ client_cert: ${{ secrets.ENONIC_DEPLOY_CERT }}
+ client_key: ${{ secrets.ENONIC_DEPLOY_KEY }}
31
app_jar: "./build/libs/*.jar"
32
- name: Upload artifacts
33
id: upload_artifacts
0 commit comments