mirror of
https://github.com/Clortox/tylerperkins.xyz.git
synced 2026-03-07 10:37:58 +00:00
Fix posts layout
This commit is contained in:
11
.drone.yml
11
.drone.yml
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user