You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1179,6 +1180,12 @@ async function handleNativeBuildServerDeploy({
1179
1180
log.success(finalDeploymentEvent.message);
1180
1181
}
1181
1182
1183
+
if(options.skipPromotion){
1184
+
log.info(
1185
+
`This deployment was not automatically promoted. You can promote in the dashboard or via the promote command, e.g, \`npx trigger.dev promote ${deployment.version}\`.`
0 commit comments