OLD | NEW |
1 application: dart-lang | 1 application: dart-lang |
2 version: CHANGEME | 2 version: CHANGEME |
3 # NOTE: URL is CHANGEME.dart-lang.appspot.com | 3 # NOTE: URL is CHANGEME.dart-lang.appspot.com |
4 # To get your own staging server, change 'CHANGEME' to something | 4 # To get your own staging server, change 'CHANGEME' to something |
5 # like 'kathyw' or 'kathyw-dartium'. | 5 # like 'kathyw' or 'kathyw-dartium'. |
6 # | 6 # |
7 # To deploy to dartlang.org (only from a clean master workspace) | 7 # To deploy to dartlang.org (only from a clean master workspace) |
8 # change CHANGEME to a date string: YYYY-MM-DD. | 8 # change CHANGEME to a date string: YYYY-MM-DD. |
9 # For more information on making changes, see goto/dartsiteupdate. | 9 # For more information on making changes, see goto/dartsiteupdate. |
10 # | 10 # |
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
109 | 109 |
110 - url: /dartisans/podcast-feed | 110 - url: /dartisans/podcast-feed |
111 script: scripts.redirector.application | 111 script: scripts.redirector.application |
112 | 112 |
113 - url: /hangouts.* | 113 - url: /hangouts.* |
114 script: scripts.redirector.application | 114 script: scripts.redirector.application |
115 | 115 |
116 - url: /codelab | 116 - url: /codelab |
117 script: scripts.redirector.application | 117 script: scripts.redirector.application |
118 | 118 |
| 119 - url: /codelabs/web-ui-writer/codelab.pdf |
| 120 script: scripts.redirector.application |
| 121 |
119 - url: /eclipse/update.* | 122 - url: /eclipse/update.* |
120 script: scripts.redirector.application | 123 script: scripts.redirector.application |
121 | 124 |
122 - url: /is-dartisans-live-now | 125 - url: /is-dartisans-live-now |
123 script: scripts.is_dartisans_live.application | 126 script: scripts.is_dartisans_live.application |
124 | 127 |
125 - url: /dartisans-live-config | 128 - url: /dartisans-live-config |
126 script: scripts.is_dartisans_live.application | 129 script: scripts.is_dartisans_live.application |
127 login: admin | 130 login: admin |
128 | 131 |
(...skipping 20 matching lines...) Expand all Loading... |
149 - url: (.*)/ | 152 - url: (.*)/ |
150 static_files: static\1/index.html | 153 static_files: static\1/index.html |
151 upload: static/index.html | 154 upload: static/index.html |
152 | 155 |
153 - url: (.*\..*) | 156 - url: (.*\..*) |
154 static_files: static\1 | 157 static_files: static\1 |
155 upload: static | 158 upload: static |
156 | 159 |
157 - url: .* | 160 - url: .* |
158 script: scripts.redirector.application | 161 script: scripts.redirector.application |
OLD | NEW |