Commit e6d75cda authored by Visay Keo's avatar Visay Keo

Merge branch 'resourcepublish' into 'master'

[IMP] Add flow command resource:publish

Hi Visay,

I think ./flow cache:warmup is enough to publish new resources but it is weird that we need to run one more command ./flow resource:publish.

However, I would suggest you to tag the current master brand to 1.2.* for Neos 1.2.* and merge my commit for Neos 2.*.* since resource:publish is not support for Neos < 2.0.*

Thanks,
Man

See merge request !2
parents 7465050b d7687320
......@@ -4,7 +4,7 @@ CHANGELOG
3.0-dev
---------
-
- [IMP] Add flow command resource:publish
2.3.0
-----
......
......@@ -62,3 +62,7 @@
- name: Execute ./flow cache:warmup
local_action: shell FLOW_CONTEXT={{ local_flow_context }} bin/dockerflow run app ./flow cache:warmup
chdir="{{ local_path }}"
- name: Execute ./flow resource:publish
local_action: shell FLOW_CONTEXT={{ local_flow_context }} bin/dockerflow run app ./flow resource:publish
chdir="{{ local_path }}"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment