Pushing this image to my personal OCI registry
continuous-integration/drone/push Build is passing Details

drafts
Nick Dumas 4 weeks ago
parent 175baa8a0e
commit 68409e2863

@ -13,7 +13,7 @@ steps:
- name: publish_prod
depends_on:
- hugo
image: drillster/drone-rsync
image: code.ndumas.com/ndumas/drone-rsync
settings:
key:
from_secret: BLOG_DEPLOY_KEY
@ -31,7 +31,7 @@ steps:
- name: publish_dev
depends_on:
- hugo
image: drillster/drone-rsync
image: code.ndumas.com/ndumas/drone-rsync
settings:
key:
from_secret: BLOG_DEPLOY_KEY
@ -49,7 +49,7 @@ steps:
- name: publish_drafts
depends_on:
- hugo
image: drillster/drone-rsync
image: code.ndumas.com/ndumas/drone-rsync
settings:
key:
from_secret: BLOG_DEPLOY_KEY

Loading…
Cancel
Save