We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067ed09 commit 75859ebCopy full SHA for 75859eb
hieradata/environments/production/roles/miscweb.yaml
@@ -6,7 +6,6 @@ profile::certbot::certificates:
6
- podcast.jquery.com
7
- demos.jquerymobile.com
8
- themeroller.jquerymobile.com
9
- - bugs.jqueryui.com
10
profile::notifier::tls_key_name: miscweb
11
profile::miscweb::default_certificate: miscweb
12
@@ -36,6 +35,13 @@ profile::miscweb::sites:
36
35
}
37
php_env:
38
THEMEROLLER_ZIPDIR: /var/cache/themeroller-zip
+ bugs.jquery.com:
39
+ repository:
40
+ name: jquery/bugs.jquery.com
41
+ branch: gh-pages
42
+ notifier: true
43
+ extra_config: |
44
+ rewrite ^/newticket https://github.com/jquery/jquery/issues/new permanent;
45
bugs.jqueryui.com:
46
repository:
47
name: jquery/bugs.jqueryui.com
0 commit comments