Skip to content

Commit

Permalink
Try different config
Browse files Browse the repository at this point in the history
  • Loading branch information
brown-a2 committed Nov 15, 2023
1 parent 44b89e6 commit e5fad0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rw-build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ jobs:
--set secrets.s3uploadsregion=${{ secrets.s3-uploads-region }} \
--set alertSecrets.slackWebhookUrl=${{ secrets.alert-slack-webhook-url }} \
--set configmap.servername=${{ secrets.kube-namespace }}.apps.live.cloud-platform.service.justice.gov.uk \
--set configmap.envtype=${{ secrets.env-type }} \
--set configmap.sentrydns=${{ secrets.sentry-dsn }} \
--set configmap.envtype=${{ vars.ENV_TYPE }} \
--set configmap.sentrydns=${{ vars.PHP_DSN }} \
--set ingress.metadata.annotations.setidentifier=hale-platform-ingress-${{ secrets.kube-namespace }}-green \
--set domain=${{ secrets.kube-namespace }}.apps.live.cloud-platform.service.justice.gov.uk \
--set nginx.image.repository=754256621582.dkr.ecr.eu-west-2.amazonaws.com/${{ secrets.ecr-repo }}:hale-platform_nginx-${{ github.sha }} \
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ services:
S3_UPLOADS_REGION: ""
S3_UPLOADS_BUCKET: ""
SERVER_NAME: "hale.docker"
PHP_DSN: ""
PHP_DSN: "" # Sentry constant (not used locally)

phpmyadmin:
image: phpmyadmin/phpmyadmin
Expand Down

0 comments on commit e5fad0d

Please sign in to comment.