We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05ad61f commit 6a3769bCopy full SHA for 6a3769b
bin/compile
@@ -24,7 +24,7 @@ export_mix_env
24
25
# what is the default release name? or do we keep it empty?
26
RELEASE_ENV=${MIX_ENV}
27
-DEFAULT_RELEASE_OPTIONS=""
+DEFAULT_RELEASE_OPTIONS="--overwrite"
28
RELEASE_OPTIONS=${GIGALIXIR_RELEASE_OPTIONS:-$DEFAULT_RELEASE_OPTIONS}
29
30
cd $build_dir/$app_relative_path
0 commit comments