7 lines
86 B
Bash
Executable file
7 lines
86 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
set -x
|
|
|
|
mix pre_dot_hn.build
|
|
s3cmd sync -P priv/static/ s3://pre.hn
|