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

update the procedure to deploy dev

parent d456f461
No related branches found
No related tags found
1 merge request!2Dev
......@@ -6,6 +6,7 @@ test:
except:
- testing@hpc-team/strudelv2_spa
- dev@hpc-team/strudelv2_spa
- master@hpc-team/strudelv2_spa
script:
- apt update
- apt install -y curl gnupg
......@@ -31,11 +32,6 @@ 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/
......
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