Fix posts layout

This commit is contained in:
Tyler Perkins
2023-09-19 21:24:21 -04:00
parent b796aaa294
commit 912272c5f0
6 changed files with 12 additions and 122 deletions

View File

@@ -20,4 +20,15 @@ steps:
commands:
- aws s3 rm s3://clortox.com --recursive --endpoint-url $AWS_S3_ENDPOINT
- aws s3 cp public s3://clortox.com/ --recursive --endpoint-url $AWS_S3_ENDPOINT
- name: notify
image: clortox/drone-ntfy
settings:
URL: https://ntfy.clortox.com
USERNAME: drone
PASSWORD:
from_secret: ntfy_password
TOPIC: drone-builds
MESSAGE: clortox.com has deployed!
CLICK: https://www.clortox.com/
TITLE: Website Deploymen