added new ctf host
[noc.git] / .travis.yml
1 ---
2 sudo: no
3 addons:
4   apt:
5     packages:
6       - graphviz
7       - ikiwiki
8       - imagemagick
9       - libimage-magick-perl
10       - libtext-markdown-discount-perl
11       - libtext-typography-perl
12
13 script: make -C doc
14
15 deploy:
16   provider: pages
17   skip-cleanup: true
18   local-dir: doc/dest
19   fqdn: noc.realraum.at
20   github-token: $GITHUB_TOKEN  # Set as a secure variable
21   keep-history: true
22   on:
23     branch: master