pre.hn/script/deploy
2024-11-30 13:49:06 -06:00

8 lines
186 B
Bash
Executable file

#!/bin/sh
set -e
set -x
mix pre_dot_hn.build
s3cmd sync -MP priv/static/ s3://pre.hn --exclude "*.css"
s3cmd put -P -m "text/css" priv/static/assets/app.css s3://pre.hn/assets/app.css