Skip to content

Commit 58a08c0

Browse files
committed
Copy files on top of release
This way, you can override any file in the release with a static file or template from your project.
1 parent 61d58a8 commit 58a08c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/grisp_tools_deploy.erl

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ release(#{paths := #{install := InstallPath}} = State0) ->
4646
copy(State0) ->
4747
grisp_tools_util:pipe(State0, [
4848
fun(S) -> run_script(pre_script, S) end,
49-
fun copy_files/1,
5049
fun copy_release/1,
50+
fun copy_files/1,
5151
fun(S) -> run_script(post_script, S) end
5252
]).
5353

0 commit comments

Comments
 (0)