Add resume and drone
continuous-integration/drone Build is failing Details

This commit is contained in:
Tyler Perkins 2023-09-08 19:04:51 -04:00
parent 9f9260180c
commit 7a2624576f
2 changed files with 24 additions and 5 deletions

23
.drone.yml Normal file
View File

@ -0,0 +1,23 @@
kind: pipeline
type: docker
name: build-and-deploy
steps:
- name: build
image: plugins/hugo
settings:
hugo_version: 0.79.0
extended: true
validate: true
- name: upload-to-minio
image: amazon/aws-cli
environment:
AWS_ACCESS_KEY_ID:
from_secret: minio_access_key
AWS_SECRET_ACCESS_KEY:
from_secret: minio_secret_access_key
AWS_DEFAULT_REGION: gluttony
AWS_S3_ENDPOINT: https://gluttony.s3.clortox.com/
commands:
- aws s3 cp Resume.pdf s3://static-assets/Resume.pdf --endpoint-url $AWS_S3_ENDPOINT

View File

@ -6,15 +6,11 @@
},
{
"name": "Resume",
"url": "/resume/"
"url": "https://s3.clortox.com/static-assets/Resume.pdf"
},
{
"name": "Posts",
"url": "/posts/"
},
{
"name": "Utilities",
"url": "/utilities/"
}
],
"RightHandSide": [