Skip to content
Snippets Groups Projects
Commit 3e95e69e authored by Piotr Żuralski's avatar Piotr Żuralski
Browse files

Robots and browsers should not crawl and remember deploy page

parent d1da2e81
No related branches found
No related tags found
1 merge request!5842Robots and browsers should not crawl and remember deploy page
Loading
Loading
@@ -2,6 +2,11 @@
<html>
<head>
<meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport">
<meta name="refresh" content="60">
<meta name="retry-after" content="100">
<meta name="robots" content="noindex, nofollow, noarchive, nostore">
<meta name="cache-control" content="no-cache, no-store">
<meta name="pragma" content="no-cache">
<title>Deploy in progress</title>
<style>
body {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment