Skip to content

Commit 96007d0

Browse files
authored
Update cert and key for deploy to test; possibly a temp solution (#3142)
1 parent b28b40f commit 96007d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_to_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
url: ${{ secrets.ENONIC_TEST_URL }}
2727
username: ${{ secrets.ENONIC_USER }}
2828
password: ${{ secrets.ENONIC_TEST_PASS }}
29-
client_cert: ${{ secrets.ENONIC_CERT }}
30-
client_key: ${{ secrets.ENONIC_KEY }}
29+
client_cert: ${{ secrets.ENONIC_DEPLOY_CERT }}
30+
client_key: ${{ secrets.ENONIC_DEPLOY_KEY }}
3131
app_jar: "./build/libs/*.jar"
3232
- name: Upload artifacts
3333
id: upload_artifacts

0 commit comments

Comments
 (0)