Adding continuous integration for website

This commit is contained in:
David Négrier 2020-06-01 16:12:48 +02:00
parent d20e85eba6
commit 0574cb7d33
3 changed files with 44 additions and 1 deletions

View file

@ -19,13 +19,24 @@
"front": {
"image": "thecodingmachine/workadventure-front:"+tag,
"host": {
"url": url,
"url": "play."+url,
"https": "enable"
},
"ports": [80],
"env": {
"API_URL": "https://api."+url
}
},
"website": {
"image": "thecodingmachine/workadventure-website:"+tag,
"host": {
"url": url,
"https": "enable"
},
"ports": [80],
"env": {
"GAME_URL": "https://play."+url
}
}
},
"config": {