Skip to content

Commit 8106ba5

Browse files
committed
Configured Travis CI to deploy GitHub Releases
1 parent b9766a5 commit 8106ba5

33 files changed

+17
-166
lines changed

.travis.yml

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- "node"
3+
- node
44
install: npm install
55
before_script:
66
- npm install -g grunt
@@ -11,10 +11,19 @@ script:
1111
- grunt node
1212
- grunt prod
1313
deploy:
14-
provider: pages
15-
skip_cleanup: true
16-
github_token: $GITHUB_TOKEN
17-
on:
18-
branch: master
19-
local_dir: "build/prod/"
20-
target_branch: gh-pages
14+
- provider: pages
15+
skip_cleanup: true
16+
github_token: $GITHUB_TOKEN
17+
local_dir: build/prod/
18+
target_branch: gh-pages
19+
on:
20+
branch: master
21+
- provider: releases
22+
skip_cleaup: true
23+
api_key:
24+
secure: Lbya9e1a6bUeJLKsjuqRaNF/BNr7iqSjV0/9rhWbTCc5d1cd+A6DGnDqvw47S2x/+8b08XR5Umas5dS6KU4lLAZQ5DFJgKEuOqUDqz7fOfIZyaRKe8HBTrUn3c1zaqpbrIDQHAOwwEMSx3W+SXmFuniIHRkBFALfK/luyHb4u6e1vq9AsX59A6ICOl5fpGD8kHDtdFZtgCrrZ5tkX5wweiRUbro+LBNlfBCaXeuUwnigU0chAGx8wJWeSvHrndGoPPFEXc0MT4QPlI+q6R3AiO/mwS2/nLhEIGt4jrWUtyFQD9gFLZXg7Z6GC5pKqyf2EQXzgC8Kggybmbg5/MiWj1ns0d1XMK26r50bHD/9K7Kzlh5vq8Sum4DYWtuT4AsWgL/PfUEvB1FbF4InRJoIlbT3pWj9zNFKTyBNcvUchPk1uBE1Ldn5yPPZoSgdKO0ZiGjn/Qx0ByaDMGJbM5KMg3ALewJmaCiCbnvAaVvAm2UY6GrVK15JiGVn08GhliSzsx6E48ZcFtNJBwHK8MAimbTRyHR6aStJbEYIgoNiAjVv5m0twee/XknDvhULG2tor9chwhnqKb4kvaYPqbVuHNPyDT8VkLsHcpgeD2MKxGTq81NBgPz3rP3T1yWMxsuvhxoH91tIT8mU1jo8/e3BJYogKyRZXxwIHaF7ScDQZ4c=
25+
file_glob: true
26+
file: build/prod/**/*
27+
on:
28+
repo: gchq/CyberChef
29+
tags: true

build/prod/.htaccess

Lines changed: 0 additions & 50 deletions
This file was deleted.

build/prod/cyberchef.htm

Lines changed: 0 additions & 55 deletions
This file was deleted.

build/prod/images/bug-16x16.png

-773 Bytes
Binary file not shown.

build/prod/images/clean-16x16.png

-702 Bytes
Binary file not shown.

build/prod/images/cook_male-32x32.png

-1.6 KB
Binary file not shown.
-7.37 KB
Binary file not shown.

build/prod/images/download-24x24.png

-905 Bytes
Binary file not shown.

build/prod/images/erase-16x16.png

-680 Bytes
Binary file not shown.

build/prod/images/favourite-16x16.png

-491 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)