pull/1/head
Raphaël Vinot 2016-08-11 11:44:18 +02:00
parent 4bf0dd530c
commit dd0cbbf088
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ require "tmpdir"
require "bundler/setup"
require "jekyll"
# Usage:
# rake site:publish -> testing: http://misp.github.io/misp-website
# rake publish -> prod: http://www.misp-project.org/ or http://misp.github.io
# Testing website
GITHUB_TESTING = "MISP/misp-website"