fix: Change flags for CSS upload

This commit is contained in:
Robert Prehn 2024-11-30 13:49:06 -06:00
parent e8115b0c01
commit 1dc69ae161
No known key found for this signature in database
2 changed files with 6 additions and 1 deletions

View file

@ -36,6 +36,10 @@ nav a {
padding-right: 29px;
}
.cache-bust {
padding-left: 1px;
}
p {
@apply font-sans;
margin-bottom: var(--vspace);

View file

@ -4,4 +4,5 @@ set -e
set -x
mix pre_dot_hn.build
s3cmd sync -P priv/static/ s3://pre.hn
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