Compare commits
2 Commits
5cd1823faa
...
6e3e9bf5e1
Author | SHA1 | Date | |
---|---|---|---|
6e3e9bf5e1 | |||
d9fc946d33 |
@ -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 |
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user