- Fix restart_policy in Service config.
- Tweaked the upgrade process a bit.
- Refactor and cosmetic surgery here and there.
- Track Service config changes and allow redeploy if it changes.
This commit is contained in:
Andras Bacsai
2021-03-30 21:49:46 +02:00
committed by GitHub
parent 4e69c56bd3
commit b91bfa21b3
18 changed files with 181 additions and 125 deletions

View File

@@ -49,6 +49,7 @@
async function deploy() {
try {
$application.build.pack = $application.build.pack.replace('.','').toLowerCase()
toast.push("Checking inputs.");
await $fetch(`/api/v1/application/check`, {
body: $application,