„scripts/build.sh“ hinzufügen

This commit is contained in:
inhji 2023-03-06 11:15:03 +01:00
parent 918229f8c6
commit 3f38bd3ef0
1 changed files with 7 additions and 0 deletions

7
scripts/build.sh Normal file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
git pull
mix deps.get --only prod
MIX_ENV=prod mix compile
MIX_ENV=prod mix assets.deploy
MIX_ENV=prod mix release --overwrite