mirror of
https://github.com/immich-app/immich.git
synced 2024-12-22 01:47:08 +02:00
e407a4fa13
* Renamed multipart filed name 'files' to 'assetData'. * Added an additional field name of 'thumbnailData' to multipart form. * Implemented upload mechanism for thumbnail directly from the mobile client. * Removed dead code * Implemented a version checking mechanism.
13 lines
570 B
Markdown
13 lines
570 B
Markdown
# Deployment checklist for iOS/Android/Server
|
|
|
|
[] Up version in [mobile/pubspec.yml](/mobile/pubspec.yaml)
|
|
|
|
[] Up version in [docker/docker-compose.yml](/docker/docker-compose.yml) for `immich_server` service
|
|
|
|
[] Up version in [docker/docker-compose.gpu.yml](/docker/docker-compose.gpu.yml) for `immich_server` service
|
|
|
|
[] Up version in [server/src/constants/server_version.constant.ts](/server/src/constants/server_version.constant.ts)
|
|
|
|
[] Up version in iOS Fastlane [/mobile/ios/fastlane/Fastfile](/mobile/ios/fastlane/Fastfile)
|
|
|
|
All of the version should be the same. |