Only add the Let's Encrypt set up when not in the dev environment
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user