drone-now icon indicating copy to clipboard operation
drone-now copied to clipboard

feat: Allow specification of now --public in .drone.yml

Open atomdmac opened this issue 7 years ago • 1 comments

Allows users of the Drone plugin to specify the --public option as they would when using the now CLI directory. To do this, simply add the option to the .drone.yml file:

my_build_step:
  image: lucap/drone-now
  public: true
  ..other options...

atomdmac avatar Mar 23 '18 22:03 atomdmac

Hi @atomdmac, your feature request is quite interessant, could you complete the changes ?

lucaperret avatar May 16 '18 16:05 lucaperret