Skip to content
Snippets Groups Projects
Commit 5341e598 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

disallow crawling

parent b252f5fa
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ build-prod: ...@@ -47,7 +47,7 @@ build-prod:
- echo "VUE_APP_RELEASE=$CI_COMMIT_REF_NAME" >> .env.production - echo "VUE_APP_RELEASE=$CI_COMMIT_REF_NAME" >> .env.production
- npm install --progress=false - npm install --progress=false
- npm run build -- --mode production - npm run build -- --mode production
- 'echo -e "\nDisallow:" >> dist/robots.txt' - 'echo -e "\nDisallow: /" >> dist/robots.txt'
artifacts: artifacts:
expire_in: 1 week expire_in: 1 week
paths: paths:
......
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