An open API service indexing awesome lists of open source software.

https://github.com/wilsonehusin/woodpecker-plugin-ghost-deploy-theme


https://github.com/wilsonehusin/woodpecker-plugin-ghost-deploy-theme

plugin woodpecker-ci

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Woodpecker Plugin: Ghost Deploy Theme

```yaml
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
```