Skip to content

Commit 41afcac

Browse files
authored
miscweb: Deploy plugins.jquery.com static site
Ref #29 Close gh-43
1 parent ce392b9 commit 41afcac

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

doc/miscweb.md

+7
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,10 @@ Static archives of a former Trac instances.
3737
Source code:
3838
* https://github.com/jquery/bugs.jquery.com/
3939
* https://github.com/jquery/bugs.jqueryui.com/
40+
41+
## jQuery Plugins (archive)
42+
43+
Static archive of the former jQuery Plugins site.
44+
45+
Source code:
46+
* https://github.com/jquery/plugins.jquery.com-static

hieradata/environments/production/roles/miscweb.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ profile::certbot::certificates:
88
- themeroller.jquerymobile.com
99
- bugs.jquery.com
1010
- bugs.jqueryui.com
11+
- plugins.jquery.com
1112
profile::notifier::tls_key_name: miscweb
1213
profile::miscweb::default_certificate: miscweb
1314

@@ -51,6 +52,11 @@ profile::miscweb::sites:
5152
name: jquery/bugs.jqueryui.com
5253
branch: gh-pages
5354
notifier: true
55+
plugins.jquery.com:
56+
repository:
57+
name: jquery/plugins.jquery.com-static
58+
branch: gh-pages
59+
notifier: true
5460

5561
profile::miscweb::redirects:
5662
# css-chassis.com

0 commit comments

Comments
 (0)