Skip to content
Snippets Groups Projects
Commit cba4bc59 authored by bhill6@wisc.edu's avatar bhill6@wisc.edu
Browse files

added build step back in

parent e08e0268
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,12 @@ build:
script:
- npm install
- ng build --prod --base-href /degree-planner --deploy-url /degree-planner/
upload_artifact:
stage: deploy
script:
- npm install
- ng build --prod --base-href /degree-planner --deploy-url /degree-planner/
- VERSION=$(node -p -e "require('./package.json').version")
- tar czf ./course-search-enroll-fe-$VERSION.tar.gz -C dist/course-search-enroll-fe ./
- aws s3 cp ./course-search-enroll-fe-$VERSION.tar.gz s3://enroll-app-front-end-builds/course-search-enroll-fe-$VERSION.tar.gz
......
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