From 1bb928da039e8d54b81a437904c6024a1048cf55 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 20 Jun 2019 15:08:26 +0200 Subject: [PATCH] only deploy updates.coreos to stg for now Signed-off-by: Patrick Uiterwijk --- playbooks/include/proxies-reverseproxy.yml | 1 + playbooks/include/proxies-websites.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index dd38b2fbfd..75be46d946 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -270,6 +270,7 @@ keephost: true tags: - updates.coreos.fedoraproject.org + when: env == "staging" - role: httpd/reverseproxy website: caiapi.fedoraproject.org diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index bf3eb7e8b3..2a5c7da5a0 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -282,6 +282,7 @@ certbot: true tags: - updates.coreos.fedoraproject.org + when: env == "staging" - role: httpd/website site_name: caiapi.fedoraproject.org