Skip to content

Commit 067ed09

Browse files
committed
miscweb: Deploy bugs.jqueryui.com static site
Ref #10.
1 parent eca15ef commit 067ed09

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

hieradata/environments/production/roles/miscweb.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ profile::certbot::certificates:
66
- podcast.jquery.com
77
- demos.jquerymobile.com
88
- themeroller.jquerymobile.com
9+
- bugs.jqueryui.com
910
profile::notifier::tls_key_name: miscweb
1011
profile::miscweb::default_certificate: miscweb
1112

@@ -35,6 +36,13 @@ profile::miscweb::sites:
3536
}
3637
php_env:
3738
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;
3846
3947
profile::miscweb::redirects:
4048
# css-chassis.com

0 commit comments

Comments
 (0)