Skip to content
Snippets Groups Projects
Commit 25d5bb25 authored by Baptiste DE RENZO's avatar Baptiste DE RENZO
Browse files

letsencrypt: fix domain list not generated

parent 36f39f5f
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
shell:
executable: /bin/bash
cmd: >
set -o pipefail
set -o pipefail;
nginx -T 2>&1 | grep -v localhost | grep -P '^\s+server_name\s+.*;$' | sed -r 's/\s+server_name\s+(.*);/\1/' | uniq
- name: save result as list
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment