[WIFI-5702] Chg: adapt helm related workflows to creds change logic

This commit is contained in:
Dmitry Dunaev
2021-11-14 22:30:47 +03:00
parent f1d27e7dbf
commit 858aba5ae5
4 changed files with 4 additions and 0 deletions

View File

@@ -93,6 +93,7 @@ jobs:
export OWFMS_S3_KEY=${{ secrets.UCENTRALFMS_S3_KEY }}
export CERT_LOCATION=cert.pem
export KEY_LOCATION=key.pem
export OWSEC_NEW_PASSWORD=${{ secrets.OWSEC_NEW_PASSWORD }}
./deploy.sh
- name: Show resource state on deployment failure

View File

@@ -116,6 +116,7 @@ jobs:
export OWFMS_S3_KEY=${{ secrets.UCENTRALFMS_S3_KEY }}
export CERT_LOCATION=cert.pem
export KEY_LOCATION=key.pem
export OWSEC_NEW_PASSWORD=${{ secrets.OWSEC_NEW_PASSWORD }}
./deploy.sh
- name: wait for DNS to propagate

View File

@@ -100,6 +100,7 @@ jobs:
export OWFMS_S3_KEY=${{ secrets.UCENTRALFMS_S3_KEY }}
export CERT_LOCATION=cert.pem
export KEY_LOCATION=key.pem
export OWSEC_NEW_PASSWORD=${{ secrets.OWSEC_NEW_PASSWORD }}
./deploy.sh
- name: Show resource state on deployment failure

View File

@@ -100,6 +100,7 @@ jobs:
export OWFMS_S3_KEY=${{ secrets.UCENTRALFMS_S3_KEY }}
export CERT_LOCATION=cert.pem
export KEY_LOCATION=key.pem
export OWSEC_NEW_PASSWORD=${{ secrets.OWSEC_NEW_PASSWORD }}
./deploy.sh
- name: Show resource state on deployment failure