Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 368 Bytes

File metadata and controls

14 lines (13 loc) · 368 Bytes

Woodpecker Plugin: Ghost Deploy Theme

steps:
  deploy:
    image: ghcr.io/wilsonehusin/woodpecker-plugin-ghost-deploy-theme
    pull: true
    secrets: [ghost_admin_host, ghost_admin_api_key]
    settings:
      # Optional: relative path to theme from root of repository
      path: "."
      # Optional: use HTTP instead of HTTPS
      insecure: false