Skip to content
Snippets Groups Projects
Commit d456f461 authored by Chris Hines's avatar Chris Hines
Browse files

complete the install process on dev

parent c7cdf353
No related branches found
No related tags found
1 merge request!1Master
......@@ -31,3 +31,12 @@ deploy_dev:
- deploy_dev
script:
- echo "deploying dev"
- apt update
- apt install -y curl gnupg
- curl -sL https://deb.nodesource.com/setup_8.x | bash -
- apt update
- apt install -y nodejs
- rm ./package-lock.json
- npm install
- ./node_modules/@angular/cli/bin/ng build --prod --base-href=/sv2/
- bash ./install.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment