diff --git a/lib/utils/device/deploy.ts b/lib/utils/device/deploy.ts index 3a2cd59d..ae79fc51 100644 --- a/lib/utils/device/deploy.ts +++ b/lib/utils/device/deploy.ts @@ -297,7 +297,7 @@ function generateTargetState( targetState.local.apps = { 1: { name: 'localapp', - commit: 'localcommit', + commit: 'localrelease', releaseId: '1', services, volumes: composition.volumes || {},