pre.hn/script/deploy
2025-01-10 16:30:05 -06:00

8 lines
180 B
Bash
Executable file

#!/bin/sh
set -e
set -x
mix lain.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