summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml3
-rw-r--r--.travis.yml2
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2cb15999..ae6566a3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,6 +21,9 @@ pages:
- make updates
- make news
- cp -v world/map/news.txt public/
+ - cp -v world/map/news.html public/
+ - cp -v world/map/news.rss public/
+ - cp -v world/map/news.json public/
- echo '<title>static update server</title><a href="TMW.zip">TMW.zip</a><br><a href="TMW-music.zip">TMW-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
diff --git a/.travis.yml b/.travis.yml
index f6e21327..a2cea500 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,6 +17,8 @@ script:
- make news
- cp -v world/map/news.txt public/
- cp -v world/map/news.html public/
+ - cp -v world/map/news.rss public/
+ - cp -v world/map/news.json public/
- echo '<title>static update server</title><a href="TMW.zip">TMW.zip</a><br><a href="TMW-music.zip">TMW-music.zip</a><br><a href="news.txt">news.txt</a><br><a href="resources.xml">resources.xml</a>' > public/index.html
deploy: