File tree 1 file changed +13
-12
lines changed
1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change 1
1
language : ruby
2
+ sudo : false
2
3
git :
3
4
depth : false
4
5
cache : bundler
5
6
before_install :
6
- - bundle install
7
- after_success :
8
- - script/tag_on_master
7
+ - wget https://raw.githubusercontent.com/progit/progit2-pub/master/bootstrap.sh
8
+ - sh bootstrap.sh
9
9
script : bundle exec rake book:build
10
- env :
11
- secure : " O+YCTDgLfCYAJjjOv2sApDRV5NJe6pkhiYIkORFuf2flO8HE72fEtDRpSWh1vulnIH6AjRK2jH7C8qA3MVbUO8D0io+Ha+vnbMXIp1JPCptcJNEkJrW13VTR66SWOzsgLp3mCrIC+YdE2JoYWGcnDsRMQwdnrWnxBzSOd22ZKzU="
12
-
13
- before_deploy : bundle install && bundle exec rake book:build
10
+ after_success : bundle exec rake book:tag
14
11
deploy :
15
12
provider : releases
13
+ file_glob : true
16
14
file :
17
- - progit.epub
18
- - progit.mobi
19
- - progit.pdf
15
+ - progit* .epub
16
+ - progit* .mobi
17
+ - progit* .pdf
20
18
skip_cleanup : true
21
19
on :
22
20
tags : true
23
- api-key :
24
- secure : " l3XdupX6dT48IoTieJXrd7Yx8+KhiR2QYrNrDzT6RKxA7UyXGSP/axsVerg7OjKfIHWZgDJRVzcc2RswE+Xjw9sOY8r2h2q9uCwj8G0EqtFbtgGK0La5LB0euh0tNJN8GLFj1OdSZGY7dWWK88GXeHCua2WSify0V79R4ClIM+s="
21
+ api-key : $GITHUB_API_TOKEN
25
22
branches :
26
23
only :
27
24
- master
28
25
- /^2\.1(\.\d+)+$/
29
26
27
+ addons :
28
+ apt :
29
+ packages :
30
+ - epubcheck
30
31
notifications :
31
32
email :
32
33
on_success : never
You can’t perform that action at this time.
0 commit comments