https://github.com/sazid/zeuz-actions-deploy-preset
ZeuZ Actions - Deploy preset
https://github.com/sazid/zeuz-actions-deploy-preset
Last synced: 3 months ago
JSON representation
ZeuZ Actions - Deploy preset
- Host: GitHub
- URL: https://github.com/sazid/zeuz-actions-deploy-preset
- Owner: sazid
- License: mit
- Created: 2023-01-30T08:18:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-30T09:36:39.000Z (over 2 years ago)
- Last Synced: 2025-01-05T21:34:24.726Z (5 months ago)
- Language: JavaScript
- Size: 722 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# ZeuZ GitHub Action - Deploy preset
[](https://github.com/sazid/zeuz-actions-deploy-preset/actions/workflows/test.yml)## Usage
```yaml
uses: sazid/[email protected]
with:
zeuz_preset_webhook: ${{ secrets.ZEUZ_PRESET_WEBHOOK }}
zeuz_api_key: ${{ secrets.ZEUZ_API_KEY }}
zeuz_node_id: ${{ vars.ZEUZ_NODE_ID }}
zeuz_objective: ${{ vars.ZEUZ_OBJECTIVE }}
zeuz_version: ${{ vars.ZEUZ_VERSION }}
zeuz_runtime_parameters: ${{ vars.ZEUZ_RUNTIME_PARAMETERS }}
```**We highly recommend to put the api key and preset webhook in GitHub secrets**.
See the [actions tab](https://github.com/sazid/zeuz-actions-deploy-preset/actions) for runs of this action! :rocket: