https://github.com/pathmotion/drone-css-generator
PathMotion CSS generator
https://github.com/pathmotion/drone-css-generator
Last synced: 11 months ago
JSON representation
PathMotion CSS generator
- Host: GitHub
- URL: https://github.com/pathmotion/drone-css-generator
- Owner: PathMotion
- Created: 2019-02-25T15:22:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-07T10:11:09.000Z (almost 7 years ago)
- Last Synced: 2025-01-16T20:18:37.324Z (about 1 year ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# drone-css-generator
PathMotion CSS generator
## Secrets
this task will perform a call to our private API and therefore need the PLUGIN_API_AUTH_KEY to be availlable in scope and the PLUGIN_PM_FRONTEND_APP
## Usage
just run `docker build . -t css-drone-gen && docker run -e PLUGIN_PM_FRONTEND_APP=${PM_FRONTEND_APP} -e PLUGIN_API_AUTH_KEY=${API_AUTH_KEY} --network=gateway css-drone-gen`