13058 workflow with code fail to run (#13118)

- update publishOneServerlessFunction so it does not break the workflow
if failing
- update upgrade documentation to update `docker-compose.yml` when
mutated

Fixes https://github.com/twentyhq/twenty/issues/13058
This commit is contained in:
martmull
2025-07-09 14:48:44 +02:00
committed by GitHub
parent e84521e7b8
commit 156cb1b52f
5 changed files with 41 additions and 36 deletions

View File

@ -119,6 +119,11 @@ yarn database:migrate:prod
yarn command:prod upgrade
```
#### Docker-compose.yml mutation
This version includes a `docker-compose.yml` mutation to give `worker` service access to the `server-local-data` volume.
Please update your local `docker-compose.yml` with [v0.50.0 docker-compose.yml](https://github.com/twentyhq/twenty/blob/v0.50.0/packages/twenty-docker/docker-compose.yml)
### v0.43.0 to v0.44.0
Upgrade your Twenty instance to use v0.44.0 image