restart after build

This commit is contained in:
Inhji 2023-03-06 11:21:35 +01:00
parent 3f38bd3ef0
commit 8fa72a6f83
1 changed files with 2 additions and 1 deletions

3
scripts/build.sh Normal file → Executable file
View File

@ -4,4 +4,5 @@ git pull
mix deps.get --only prod
MIX_ENV=prod mix compile
MIX_ENV=prod mix assets.deploy
MIX_ENV=prod mix release --overwrite
MIX_ENV=prod mix release --overwrite
systemctl --user restart chiya