Only add the Let's Encrypt set up when not in the dev environment
This commit is contained in:
parent
79023a65f2
commit
ecf5870195
@ -43,4 +43,4 @@ nginx_site server_name do
|
|||||||
action :enable
|
action :enable
|
||||||
end
|
end
|
||||||
|
|
||||||
nginx_certbot_site server_name
|
nginx_certbot_site server_name unless node.chef_environment == "development"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user