mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 13:47:58 +01:00
touch mix.exs so it will reread the version
This commit is contained in:
parent
b485e4170a
commit
79302906b5
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ fi
|
||||||
# Generate release name to always be the current timestamp so that
|
# Generate release name to always be the current timestamp so that
|
||||||
# it will be considered an upgrade
|
# it will be considered an upgrade
|
||||||
export PHILOMENA_VERSION="0.1.$(date +%s)"
|
export PHILOMENA_VERSION="0.1.$(date +%s)"
|
||||||
|
touch mix.exs
|
||||||
mix distillery.release --upgrade || die "failed to generate release"
|
mix distillery.release --upgrade || die "failed to generate release"
|
||||||
|
|
||||||
_build/prod/rel/philomena/bin/philomena upgrade $PHILOMENA_VERSION || die "failed to upgrade app; log in to the server and restart the app manually"
|
_build/prod/rel/philomena/bin/philomena upgrade $PHILOMENA_VERSION || die "failed to upgrade app; log in to the server and restart the app manually"
|
Loading…
Reference in a new issue