Skip to content
This repository was archived by the owner on May 14, 2022. It is now read-only.

Commit c8f4787

Browse files
committed
deploy process changed
1 parent ecaaf00 commit c8f4787

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

appspec.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ files:
44
- source: /
55
destination: /opt/headers
66
hooks:
7-
ApplicationStop:
87
BeforeInstall:
98
- location: deploy/before_install.sh
10-
timeout: 60
9+
timeout: 120
1110
runas: ubuntu
1211
Install:
1312
- location: deploy/install_service.sh

web/static/service-worker.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ var cacheName = 'oshp-3.1.4';
33
var filesToCache = [
44
'/summary',
55
'/total',
6-
'/sts_chart',
7-
'/pkp_chart',
8-
'/xfo_chart',
9-
'/xcto_chart',
10-
'/csp_chart',
11-
'/xss_chart',
6+
'/sts',
7+
'/pkp',
8+
'/xfo',
9+
'/xcto',
10+
'/csp',
11+
'/xxss',
1212
'/about',
1313
'/siteinfo',
1414
'/static/dist/css/bootstrap.min.css',

0 commit comments

Comments
 (0)