Move to github actions and update resume

This commit is contained in:
Salar Rahmanian 2020-07-24 22:43:35 -07:00
parent b40bf164a8
commit 4825d7a2ff
4 changed files with 80 additions and 31 deletions

View file

@ -146,3 +146,25 @@ PygmentsOptions = "linenos=table"
baseName = "feed"
isPlainText = true
[deployment]
order = [".png$", ".jpg$", ".gif$", ".svg$"]
[[deployment.targets]]
name = "softinio-deploy"
URL = "s3://www.softinio.com?region=us-east-1"
cloudFrontDistributionID = E1CMSLHG2WR51C
[[deployment.matchers]]
# Cache static assets for 1 year.
pattern = "^.+\\.(js|css|svg|ttf)$"
cacheControl = "max-age=31536000, no-transform, public"
gzip = true
[[deployment.matchers]]
pattern = "^.+\\.(png|jpg)$"
cacheControl = "max-age=31536000, no-transform, public"
gzip = false
[[deployment.matchers]]
pattern = "^.+\\.(html|xml|json)$"
gzip = true