@tachyon-gg/railway-deploy 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +0 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -41727,9 +41727,6 @@ function diffServiceDeploy(name, desired, current, entries) {
|
|
|
41727
41727
|
}
|
|
41728
41728
|
const dMrc = desired?.multiRegionConfig ?? {};
|
|
41729
41729
|
const cMrc = current?.multiRegionConfig ?? {};
|
|
41730
|
-
if (Object.keys(dMrc).length === 0 && Object.keys(cMrc).length > 0) {
|
|
41731
|
-
logger.warn(`${name} has Railway region assignment — remove individual regions from the regions: map to clear them`);
|
|
41732
|
-
}
|
|
41733
41730
|
if (Object.keys(dMrc).length > 0) {
|
|
41734
41731
|
for (const [region, dv] of Object.entries(dMrc)) {
|
|
41735
41732
|
const cv = cMrc[region];
|