Compare commits

...

2 Commits

Author SHA1 Message Date
6e3e9bf5e1
Update business card photo
* clay/PageComponents.hs: Better fit most images
* images/business-card.png: Replace business card image
2019-12-15 21:21:26 -05:00
d9fc946d33
infra/main.tf: Always trigger deployment of static files upon apply 2019-12-15 21:21:06 -05:00
3 changed files with 6 additions and 0 deletions

View File

@ -131,6 +131,8 @@ businessCard = do
".photo" ? do
backgroundImage $ url "/images/business-card.png"
backgroundSize cover
backgroundPosition $ placed sideCenter sideCenter
border solid (px 1) black
sym borderRadius (px 10)
minHeight (px 215)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 231 KiB

View File

@ -387,6 +387,10 @@ resource "aws_cloudfront_distribution" "cdn_redirect" {
}
resource "null_resource" "deploy_app" {
triggers = {
always = uuid()
}
provisioner "local-exec" {
interpreter = ["bash", "-c"]
command = <<SCRIPT