File tree 3 files changed +11
-4
lines changed
3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change
1
+ dist /
2
+ ! dist /.htaccess
3
+ test /
Original file line number Diff line number Diff line change @@ -35,12 +35,16 @@ jobs:
35
35
- docker ps -a
36
36
- docker logs server
37
37
- name : " Build Tests"
38
+ language : node_js
39
+ node_js : node
38
40
script : ./test/build/test_userbuild.sh
39
- before_deploy : ./bin/build.sh dist/.htaccess htaccess.conf
41
+ before_deploy :
42
+ - ./bin/build.sh dist/.htaccess htaccess.conf
43
+ - ./bin/build.sh dist/h5bp.htaccess htaccess.conf
40
44
deploy :
41
45
- provider : releases
42
46
api_key : $GITHUB_API_TOKEN
43
- file : dist/.htaccess
47
+ file : dist/h5bp .htaccess
44
48
skip_cleanup : true
45
49
on :
46
50
tags : true
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " server-configs-apache " ,
3
- "version" : " 3.2.0 " ,
2
+ "name" : " apache- server-configs" ,
3
+ "version" : " 3.2.1 " ,
4
4
"author" : " The H5BP Team" ,
5
5
"description" : " Boilerplate configurations for the Apache HTTP server" ,
6
6
"repository" : " h5bp/server-configs-apache" ,
You can’t perform that action at this time.
0 commit comments