v1.0.2 (#8)
- 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:
@@ -125,7 +125,8 @@ export const application = writable({
|
||||
},
|
||||
container: {
|
||||
name: null,
|
||||
tag: null
|
||||
tag: null,
|
||||
baseSHA: null
|
||||
}
|
||||
},
|
||||
publish: {
|
||||
|
||||
Reference in New Issue
Block a user