Deploying master on new workadventu.re domain
... but still deploying in the test cluster.
This commit is contained in:
parent
23a12ea652
commit
c1659ecac4
@ -2,12 +2,13 @@
|
||||
local env = std.extVar("env"),
|
||||
local namespace = env.GITHUB_REF_SLUG,
|
||||
local tag = namespace,
|
||||
local url = if namespace == "master" then "wordadventu.re" else namespace+".workadventure.test.thecodingmachine.com",
|
||||
"$schema": "https://raw.githubusercontent.com/thecodingmachine/deeployer/master/deeployer.schema.json",
|
||||
"containers": {
|
||||
"back": {
|
||||
"image": "thecodingmachine/workadventure-back:"+tag,
|
||||
"host": {
|
||||
"url": "api."+namespace+".workadventure.test.thecodingmachine.com",
|
||||
"url": "api."+url,
|
||||
"https": "enable"
|
||||
},
|
||||
"ports": [8080],
|
||||
@ -18,12 +19,12 @@
|
||||
"front": {
|
||||
"image": "thecodingmachine/workadventure-front:"+tag,
|
||||
"host": {
|
||||
"url": namespace+".workadventure.test.thecodingmachine.com",
|
||||
"url": url,
|
||||
"https": "enable"
|
||||
},
|
||||
"ports": [80],
|
||||
"env": {
|
||||
"API_URL": "https://api."+namespace+".workadventure.test.thecodingmachine.com"
|
||||
"API_URL": "https://api."+url
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user