Adding version number to Deeployer

This commit is contained in:
David Négrier 2020-06-25 12:07:43 +02:00
parent 63e2e176d3
commit 56302dafd6

View file

@ -4,6 +4,7 @@
local tag = namespace,
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",
"version": "1.0",
"containers": {
"back": {
"image": "thecodingmachine/workadventure-back:"+tag,