-
Notifications
You must be signed in to change notification settings - Fork 435
Closed
Labels
area: command: deploytype: featurecode contributing to the implementation of a feature and/or user facing functionalitycode contributing to the implementation of a feature and/or user facing functionality
Description
Hi!
Is your feature request related to a problem? Please describe.
It used to be possible to deploy while publishing was locked on the GUI. This is not possible anymore as the only option to deploy is now bound to unlocking publishing:
Deployments are "locked" for production context of this site
? Would you like to "unlock" deployments for production context to proceed? (y/N)
Describe the solution you'd like
Passing a flag to netlify deploy to force deploys without changing the publishing lock state and without requiring interactivity.
As we use the deploy command in an automated script which doesn't allow for interactive commands, netlify deploy ends up hanging indefinitely.
Describe alternatives you've considered
Unlocking publishing prior to deploying (which defeats the purpose of locking in the first place).
Thanks!
y-yeah, danielgavrilov, daniel-trevino, leronamin, leonsilicon and 4 more
Metadata
Metadata
Assignees
Labels
area: command: deploytype: featurecode contributing to the implementation of a feature and/or user facing functionalitycode contributing to the implementation of a feature and/or user facing functionality