Skip to content

Commit

Permalink
fix(github): Enable ingress and set Drupal password
Browse files Browse the repository at this point in the history
  • Loading branch information
zachomedia committed Mar 19, 2020
1 parent 6868195 commit 7952929
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,13 @@ jobs:
releaseName: 'ccei'
silent: 'false'
overrides: |
ingress.enabled:true
ingress.hosts[0]:${{ secrets.INGRESS_HOST }}
ingress.path:/*
drupal.image:${{ env.REGISTRY_NAME }}.azurecr.io/site-ccei
drupal.tag:${{ github.sha }}
drupal.imagePullSecrets[0].name:${{ env.REGISTRY_NAME }}-registry-connection
drupal.password:${{ secrets.DRUPAL_PASSWORD }}
drupal.disableDefaultFilesMount:true
drupal.volumes[0].name:files-public
drupal.volumes[0].azureFile.secretName:ccei-storage
Expand Down

0 comments on commit 7952929

Please sign in to comment.