wilsonehusin / woodpecker-plugin-ghost-deploy-theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:JavaScript 89.5%Language:Dockerfile 6.4%Language:Nix 4.2%