/data/themes
: no such file or directory
@p4u1 yep i took the default
LAUTI_THEME=lauti |
abra app ls -S
gives FATA couldn't parse major part of '1ee9f5e5': '1ee9f5e5'
Glad to hear it was fixed with the upgrade! I guess I'll close this?
abra app ls -S
gives FATA couldn't parse major part of '1ee9f5e5': '1ee9f5e5'
/data/themes
volume?
abra app ls -S
: FATA: [hash] is not supported
I am gonna look into this but I think if you have a chaos deploy which successfully runs, it will be commited to your .env
. Then, when you run abra app deploy
, it will select that chaos commit…
OK, nice! I will update the migration docs and make sure this is documented as an approach also.
Thanks for reporting!
abra app secret rm
missing example docs in --help
abra app deploy
visualize image download process
@simon I believe preparing
is shown on the abra app deploy
output when downloading is happening? This output is taken directly from the runtime. I could take a look at that tho some time.
Th…
@fauno I believe passing --
will tell the underlying CLI lib to ignore anything after it and just take it as-is, e.g. abra app secret insert traefik.$domain ssl_cert v1 -- "
cat $domain_crt"
.…
it took longer to become healthy than abra app deploy expected
You can configure a TIMEOUT=...
where ...
can be e.g. 300
for 300 seconds. It depends mostly on your server / network /…
It's kind of a mix of both tbh, because the .env
values are injected into the containers runtime and some other stuff is attached onto the image via labels and such. Then abra
tries to make it…
Heyyyy @rscmbbng, that's all great to hear. Flying by but here's some more breadcrumbs...
abra
is just a convenience wrapper for doing all sort of maintenance things. To connect to your…
abra app ls -S
: FATA: [hash] is not supported
Hmmm, seems related: toolshed/abra#549
I'm not exactly sure what is going on here. It seems like the deployed version didn't get its `coop-cloud.${STACK_NAME}.ve…