I think I'm gonna host the site on this server instead.
continuous-integration/drone/push Build is failing Details

drafts
Nick Dumas 2 years ago
parent 54aff4da54
commit fd0751cf2d

@ -11,17 +11,11 @@ steps:
commands: commands:
- apk add hugo - apk add hugo
- hugo - hugo
- name: sync - name: publish
image: plugins/s3-sync:1 image: alpine:3
settings: commands:
access_key: - cp public/* /mnt/blog/
from_secret: blog_upload_id volumes:
secret_key: - name: blog
from_secret: blog_upload_key host:
region: us-east-1 path: /var/www/blog.ndumas.com
bucket: blog.ndumas.com
source: public/
target: /
trigger:
branch:
- main

Loading…
Cancel
Save