From 9cbdf471f61d772e643be3714b33b4db0a41b688 Mon Sep 17 00:00:00 2001 From: Valdo Date: Thu, 11 Jul 2024 16:03:40 +0100 Subject: [PATCH] Change upload method to GH Pages --- .env | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.env b/.env index 33b4acef..9732d849 100644 --- a/.env +++ b/.env @@ -10,5 +10,5 @@ TILESET_OPTIMIZATION_QUALITY_MAX=1.0 # Here you can set your upload strategy. Simply comment the option you don't want to use. # Learn more by reading the 'Upload your map' section in the README. -UPLOAD_MODE=MAP_STORAGE -# UPLOAD_MODE=GH_PAGES +# UPLOAD_MODE=MAP_STORAGE +UPLOAD_MODE=GH_PAGES diff --git a/README.md b/README.md index e35218f4..d6bafc8d 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ If you have any questions, feel free to ask in [WorkAdventure office](https://pl ## Upload your map -In the .env file you can set your upload strategy to `MAP_STORAGE` (default) or `GH_PAGES`. Simply comment the option you don't want to use. +In the .env file you can set your upload strategy to `GH_PAGES` (default) or `MAP_STORAGE`. Simply comment the option you don't want to use. -Uploading a map using the [WA map storage](https://docs.workadventu.re/map-building/tiled-editor/publish/wa-hosted) will host your project in the WA servers. +Uploading a map using [Github Pages](https://docs.github.com/pages) will host your project in the Github servers and it's the most straight forward way to add new maps to your world. -Uploading a map using [Github Pages](https://docs.github.com/pages) will host your project in the Github servers. +Uploading a map using the [WA map storage](https://docs.workadventu.re/map-building/tiled-editor/publish/wa-hosted) will host your project in the WA servers. It's a bit more difficult to setup but it comes with great advantages like being able to have private repositories. ## Structure