Fixing domain name
This commit is contained in:
parent
7d67b62cf9
commit
dd5a0c9933
3 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
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",
|
||||
local url = if namespace == "master" then "workadventu.re" else namespace+".workadventure.test.thecodingmachine.com",
|
||||
"$schema": "https://raw.githubusercontent.com/thecodingmachine/deeployer/master/deeployer.schema.json",
|
||||
"containers": {
|
||||
"back": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue