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 eca15ef commit 067ed09Copy full SHA for 067ed09
hieradata/environments/production/roles/miscweb.yaml
@@ -6,6 +6,7 @@ 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
@@ -35,6 +36,13 @@ profile::miscweb::sites:
35
36
}
37
php_env:
38
THEMEROLLER_ZIPDIR: /var/cache/themeroller-zip
39
+ bugs.jqueryui.com:
40
+ repository:
41
+ name: jquery/bugs.jqueryui.com
42
+ branch: gh-pages
43
+ notifier: true
44
+ extra_config: |
45
+ rewrite ^/newticket https://github.com/jquery/jquery-ui/issues/new permanent;
46
47
profile::miscweb::redirects:
48
# css-chassis.com
0 commit comments