Skip to content

Commit 75859eb

Browse files
committed
miscweb: Deploy bugs.jquery.com static site
Ref #10
1 parent 067ed09 commit 75859eb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

hieradata/environments/production/roles/miscweb.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ profile::certbot::certificates:
66
- podcast.jquery.com
77
- demos.jquerymobile.com
88
- themeroller.jquerymobile.com
9-
- bugs.jqueryui.com
109
profile::notifier::tls_key_name: miscweb
1110
profile::miscweb::default_certificate: miscweb
1211

@@ -36,6 +35,13 @@ profile::miscweb::sites:
3635
}
3736
php_env:
3837
THEMEROLLER_ZIPDIR: /var/cache/themeroller-zip
38+
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;
3945
bugs.jqueryui.com:
4046
repository:
4147
name: jquery/bugs.jqueryui.com

0 commit comments

Comments
 (0)