Merge branch 'master' of github.com:caprover/one-click-apps
This commit is contained in:
commit
8c66ef4f19
|
|
@ -68,7 +68,7 @@ caproverOneClickApp:
|
|||
variables:
|
||||
- id: $$cap_outline_version
|
||||
label: Outline Version
|
||||
defaultValue: 0.66.3
|
||||
defaultValue: 0.68.1
|
||||
description: Check out their page for the valid tags https://hub.docker.com/r/outlinewiki/outline/tags
|
||||
validRegex: /^([^\s^\/])+$/
|
||||
- id: $$cap_postgres_version
|
||||
|
|
@ -211,7 +211,7 @@ caproverOneClickApp:
|
|||
|
||||
const service = api.dockerode.getService(dockerUpdateObject.Name);
|
||||
await setServiceInstances(service, 0);
|
||||
await run(["yarn", "sequelize:migrate", "--env=production-ssl-disabled"]);
|
||||
await run(["yarn", "db:migrate", "--env=production-ssl-disabled"]);
|
||||
dockerUpdateObject.version = (await service.inspect()).Version.Index;
|
||||
|
||||
return dockerUpdateObject;
|
||||
|
|
|
|||
Loading…
Reference in New Issue