Skip to content

Commit

Permalink
Fix health path for now (#2851)
Browse files Browse the repository at this point in the history
## Task details
Please provide the related Paprika ID (if applicable):  

**Paprika ID:** [Enter ID here]
**Kanbanize Card:** [Enter URL here]

---

## Description

For some unknown reason / does not work all the time, but /user/login
works. Lets change it for now and investigate later, the app works.

## Checklist
Ensure your pull request meets the following requirements:

- [ ] Tests have been added or updated.
- [ ] Documentation has been updated (if applicable).
- [ ] I have applied neccessary labels to this PR.
- [ ] I have tested this change locally and on staging.
- [ ] At a functional level, it has been validated with the team/PO.
  • Loading branch information
jordisala1991 authored Dec 17, 2024
2 parents fb4bd79 + 5153cb3 commit c08a82a
Show file tree
Hide file tree
Showing 3 changed files with 165 additions and 151 deletions.
2 changes: 1 addition & 1 deletion .kamal/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ deploy_timeout: 300

proxy:
healthcheck:
path: /
path: /user/login

accessories:
database:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"drupal/features": "5.0.x-dev",
"ergebnis/composer-normalize": "2.45.0",
"friendsofphp/php-cs-fixer": "3.65.0",
"kint-php/kint": "5.1.1",
"kint-php/kint-twig": "5.0",
"kint-php/kint": "6.0",
"kint-php/kint-twig": "6.0",
"mglaman/phpstan-drupal": "1.3.2",
"palantirnet/drupal-rector": "0.20.3",
"phpspec/prophecy-phpunit": "2.3.0",
Expand Down
Loading

0 comments on commit c08a82a

Please sign in to comment.