0.1.0 • Published 8 years ago
strider-file-configuration v0.1.0
Strider plugin for file configuration
This plugin is based on Strider-CD/strider-custom
How it works
This plugin allow load strider custom scripts configuration via configuration
file placed in the root of your project (like Travis-CI and its .travis.yml file)
How to use
Create
.strider.ymlfile in your project root directoryDefine phases in this file Example:
phases:
prepare:
- echo "Prepare"
test:
- echo "Test"
deploy:
- echo "Deploy"
cleanup:
- echo "Clean up"Format of your scripts is same as in Strider-CD/strider-custom plugin and you same logic for processing your input.
- You can configure
environmentsphase in plugin configuration page