Closed stevie- closed 4 years ago
I don't need to set an env_url and deployment api doesn't require to have environment_url to be set.
env_url
environment_url
In the example, env_url is also not set. https://github.com/bobheadxi/deployments/blob/master/README.md#L182-186
Please make env_url optional. https://github.com/bobheadxi/deployments/blob/master/src/main.ts#L66
Thanks.
Good catch, thanks! It is now optional in v0.4.1
v0.4.1
I don't need to set an
env_url
and deployment api doesn't require to haveenvironment_url
to be set.In the example,
env_url
is also not set. https://github.com/bobheadxi/deployments/blob/master/README.md#L182-186Please make
env_url
optional. https://github.com/bobheadxi/deployments/blob/master/src/main.ts#L66Thanks.