Commit d7687320 authored by Man Math's avatar Man Math Committed by Visay Keo

[IMP] Add flow command resource:publish

parent 7465050b
...@@ -4,7 +4,7 @@ CHANGELOG ...@@ -4,7 +4,7 @@ CHANGELOG
3.0-dev 3.0-dev
--------- ---------
- - [IMP] Add flow command resource:publish
2.3.0 2.3.0
----- -----
......
...@@ -62,3 +62,7 @@ ...@@ -62,3 +62,7 @@
- name: Execute ./flow cache:warmup - name: Execute ./flow cache:warmup
local_action: shell FLOW_CONTEXT={{ local_flow_context }} bin/dockerflow run app ./flow cache:warmup local_action: shell FLOW_CONTEXT={{ local_flow_context }} bin/dockerflow run app ./flow cache:warmup
chdir="{{ local_path }}" 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