summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-27 19:09:40 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-27 19:09:40 +0200
commit558369731fc95eb0690ce02fd3c38b7f4cf6921b (patch)
tree292d5bebef652059fa122e9d507f1b12acb6dc06 /public
parent552e42f634fee790a8b6ce8d6655120bb2e69e4f (diff)
downloadgitlab-ce-558369731fc95eb0690ce02fd3c38b7f4cf6921b.tar.gz
Add deploy.html for symlink if maintaince
Diffstat (limited to 'public')
-rw-r--r--public/deploy.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/public/deploy.html b/public/deploy.html
new file mode 100644
index 00000000000..d8c287809ea
--- /dev/null
+++ b/public/deploy.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Deploy in progress. Please try again in few minutes</title>
+ <link href="/static.css" media="screen" rel="stylesheet" type="text/css" />
+ </head>
+ <body>
+ <h1>Deploy in progress</h1>
+ <h3>Please try again in few minutes or contact your administrator.</h3>
+ </body>
+</html>