Skip to content

Commit 9cbdf47

Browse files
committed
Change upload method to GH Pages
1 parent 874edc3 commit 9cbdf47

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ TILESET_OPTIMIZATION_QUALITY_MAX=1.0
1010

1111
# Here you can set your upload strategy. Simply comment the option you don't want to use.
1212
# Learn more by reading the 'Upload your map' section in the README.
13-
UPLOAD_MODE=MAP_STORAGE
14-
# UPLOAD_MODE=GH_PAGES
13+
# UPLOAD_MODE=MAP_STORAGE
14+
UPLOAD_MODE=GH_PAGES

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ If you have any questions, feel free to ask in [WorkAdventure office](https://pl
1010

1111
## Upload your map
1212

13-
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.
13+
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.
1414

15-
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.
15+
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.
1616

17-
Uploading a map using [Github Pages](https://docs.github.com/pages) will host your project in the Github servers.
17+
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.
1818

1919
## Structure
2020

0 commit comments

Comments
 (0)