feat: Add deploy script
This commit is contained in:
parent
680d116695
commit
cc740f511b
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
set -x
|
||||||
|
|
||||||
|
mix pre_dot_hn.build
|
||||||
s3cmd sync -P priv/static/ s3://pre.hn
|
s3cmd sync -P priv/static/ s3://pre.hn
|
||||||
|
|
Loading…
Reference in a new issue