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
- Host: GitHub
- URL: https://github.com/wilsonehusin/woodpecker-plugin-ghost-deploy-theme
- Owner: wilsonehusin
- License: mit
- Created: 2023-11-02T22:35:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-05T21:18:49.000Z (almost 2 years ago)
- Last Synced: 2025-03-12T04:34:09.633Z (7 months ago)
- Topics: plugin, woodpecker-ci
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```