diff options
author | gumi <git@gumi.ca> | 2018-01-31 11:30:36 -0500 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-02-01 11:50:56 -0500 |
commit | 726b5ed6a41be0bc7d06064a71da03508b3b3a31 (patch) | |
tree | 857922e72de38926a3da9835c68e34c215a114e5 /.gitlab-ci.yml | |
parent | a8ce0a98906638bfe4a11b943f74150e3f3b71c3 (diff) | |
download | classic-serverdata-726b5ed6a41be0bc7d06064a71da03508b3b3a31.tar.gz classic-serverdata-726b5ed6a41be0bc7d06064a71da03508b3b3a31.tar.bz2 classic-serverdata-726b5ed6a41be0bc7d06064a71da03508b3b3a31.tar.xz classic-serverdata-726b5ed6a41be0bc7d06064a71da03508b3b3a31.zip |
add index to static site
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aff1d127..3ecaae6c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,6 +21,10 @@ pages: - make updates - make news - cp -v world/map/news.txt public/ + - echo '<title>static update server</title><a href="Legacy.zip">Legacy.zip</a><br><a href="Legacy-music.zip">Legacy-music.zip</a><br><a href="news.txt">news.txt</a><br><a href="resources.xml">resources.xml</a>' > public/index.html + # path for legacy compatibility + - mkdir -p public/updates + - cp -v public/*.* public/updates/ artifacts: paths: - public |