chore: publish 2.1.4+1.0.26 release
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
3wc 2024-07-23 12:52:30 -04:00
parent c3e117bcdf
commit bec1a54581
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
export ENTRYPOINT_SH_VERSION=v1 export ENTRYPOINT_SH_VERSION=v2
export CONFIG_INITIAL_JSON_VERSION=v1 export CONFIG_INITIAL_JSON_VERSION=v1

View File

@ -40,7 +40,7 @@ services:
- "caddy.tls.on_demand=" - "caddy.tls.on_demand="
- "backupbot.backup=true" - "backupbot.backup=true"
- "backupbot.backup.path=/home/node/.wiki" - "backupbot.backup.path=/home/node/.wiki"
- "coop-cloud.${STACK_NAME}.version=2.1.3+1.0.26" - "coop-cloud.${STACK_NAME}.version=2.1.4+1.0.26"
healthcheck: healthcheck:
test: "node -e 'var http = require(\"http\"); var options = { host : \"localhost\", port : \"3000\", timeout : 2000, path : \"/view/welcome-visitors\", headers: { \"Host\": \"${DOMAIN}\" } }; var request = http.request(options, (res) test: "node -e 'var http = require(\"http\"); var options = { host : \"localhost\", port : \"3000\", timeout : 2000, path : \"/view/welcome-visitors\", headers: { \"Host\": \"${DOMAIN}\" } }; var request = http.request(options, (res)
=> { console.log(`STATUS: $${res.statusCode}`); if (res.statusCode == 200) { process.exit(0); } else { process.exit(1); } }); request.on(\"error\", function(err) { console.log('ERROR'); => { console.log(`STATUS: $${res.statusCode}`); if (res.statusCode == 200) { process.exit(0); } else { process.exit(1); } }); request.on(\"error\", function(err) { console.log('ERROR');