diff options
author | Guillermo Ramos | 2020-02-05 12:36:28 +0100 |
---|---|---|
committer | Guillermo Ramos | 2020-02-05 12:36:28 +0100 |
commit | 01143da6e79f26cfacefa0c17f225ccc88d15186 (patch) | |
tree | ec2760ccd2748d526da723361d67dcc613ff2cea /scripts/deploy.sh | |
parent | 52b52c7b09a51af60a847d8956824f0dcae8c99b (diff) | |
download | waev-01143da6e79f26cfacefa0c17f225ccc88d15186.tar.gz |
Deployment stuff
Diffstat (limited to 'scripts/deploy.sh')
-rwxr-xr-x | scripts/deploy.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/deploy.sh b/scripts/deploy.sh new file mode 100755 index 0000000..dac5e43 --- /dev/null +++ b/scripts/deploy.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +npm run deploy --prefix ./assets/ +mix phx.digest |