X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=scripts%2Flttng-www%2Fdeploy.sh;h=59a6ad45caa7981eb8fc76a99d9802c40e549b33;hb=75816d8726ce652228664e72f00d9e53d4fcb721;hp=9224b4ee121e9ac8b70c41b51ee6dc74105c7782;hpb=4c61f7a476ff94b2302439fdc463b6113a7fa14e;p=lttng-ci.git diff --git a/scripts/lttng-www/deploy.sh b/scripts/lttng-www/deploy.sh index 9224b4e..59a6ad4 100755 --- a/scripts/lttng-www/deploy.sh +++ b/scripts/lttng-www/deploy.sh @@ -29,12 +29,14 @@ cp "$KEY_FILE_VARIABLE" ~/.ssh/id_rsa curl -fsSL https://deb.nodesource.com/setup_15.x | bash - apt-get install -y nodejs -apt-get install -y ruby asciidoc xmlto +apt-get install -y ruby-dev asciidoc xmlto python3 python3-pip npm install -g grunt-cli npm install -g sass -./bootstrap-ubuntu.sh +export PATH="/root/.gem/ruby/2.5.0/bin:$PATH" + +./bootstrap.sh grunt build:prod grunt deploy:prod