Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Loïc Gouarin
website
Commits
8729f750
Commit
8729f750
authored
Jun 30, 2021
by
Matthieu Boileau
Browse files
Disallow robots for dev site (#261)
parent
c7879b61
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8729f750
...
...
@@ -43,3 +43,5 @@ apache-dev:
-
rsync -av --delete --exclude 'attachments' output/ $PUBLISH_DIR/
-
rsync -av --delete content/attachments/ $PUBLISH_DIR/attachments/
-
chmod a+w $PUBLISH_DIR/job_offers/flood
-
"
echo
'User-agent:
*'
>
$PUBLISH_DIR/robots.txt"
-
"
echo
'Disallow:
/'
>>
$PUBLISH_DIR/robots.txt"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment