Changed build chain

This commit is contained in:
Kasra Bigdeli
2020-06-23 08:35:58 -04:00
parent 9ee75a559f
commit a0e1fb0ac8
6 changed files with 75 additions and 95 deletions

View File

@@ -1,3 +0,0 @@
# V1 is no longer being updated.
We use v2, which has an additional parameter of `$$cap_root_domain`

View File

@@ -1,24 +0,0 @@
{
"captainVersion": "1",
"documentation": "Just a placeholder for upgrade message",
"dockerCompose": {
"services": {
"$$cap_appname": {
"image": "this-is-not-a-real-app:$$cap_adminer_version"
}
}
},
"instructions": {
"start": "You CapRover is not supported anymore. Navigate to SETTINGS and update your CapRover.",
"end": ""
},
"variables": [{
"id": "$$cap_adminer_version",
"label": "Update CapRover",
"description": "",
"defaultValue": "NOT SUPPORTED",
"validRegex": "/.{100,}/"
}
]
}