aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* dhall: upgrade minimum compatible Dhall version to at least 1.29.0Paul Bonaud2020-12-081-1/+1
| | | | | This commit also upgrades the nix channel used in the CI to be able to test with Dhall v1.34.0
* Update README.mdpaulrbr-fl2020-10-051-1/+1
| | | Co-authored-by: Clément Delafargue <39330590+clementd-fretlink@users.noreply.github.com>
* Prepare for open-source: adding license and clarification in READMEPaul Bonaud2020-10-051-6/+16
| | | | About #66
* Add support for linking service dependenciesClement Delafargue2020-07-021-0/+2
|
* feature: add a new 'clever_restart_only' flag to restart an appPaul Bonaud2020-06-231-1/+2
| | | | | This new flag will perform a restart on the target clever cloud application instead of deploying it.
* core: cleanup the README to better document the rolePaul Bonaud2020-06-221-24/+29
| | | | Part of #66
* Add support for scalability configurationClement Delafargue2020-06-221-0/+15
| | | | Closes #52
* fix: make sure not to include unecessary ENV variablePaul Bonaud2020-06-191-1/+0
| | | | | | | This is a fix to an unfortunate bug introduced by #64 because we had a default value set to `None` on the `clever_haskell_entry_point`. Ansible considers `None` as a defined value so the `is defined` condition doesn't match our need
* Update default `clever-tools` version in the readmeClément Delafargue2020-06-191-1/+1
| | | Co-authored-by: paulrbr-fl <43074087+paulrbr-fl@users.noreply.github.com>
* Specify clever-tools version constaints in READMEClement Delafargue2020-06-191-0/+1
|
* Add optional build flavor configurationClement Delafargue2020-06-191-0/+1
|
* Clever Cloud metrics are now enabled by defaultClement Delafargue2019-07-021-2/+4
|
* app: rename `clever_entry_point`. It's only used by Haskell appsPaul Bonaud2018-12-271-1/+2
|
* feat(post_deploy): Add a post deploy task to fetch deployed envPaul Bonaud2018-11-301-0/+1
| | | | | | | | In some cases you might need to retrieve the ENV which is currently in use by your clever application recently deployed. If you specify a `clever_env_output_file` that is exactly what you will get!
* update default value (readme aswell) for `clever_metrics`Hussein Ait-Lahcen2018-11-201-1/+1
|
* change default value for clever_app_rootGaëtan Duchaussois2018-11-141-1/+1
|
* vars: add a clever_syslog_server variable replacing syslog_serverPaul Bonaud2018-10-041-1/+2
| | | | | All variables "namespaced" with the role name is helpful to read "client" configurations
* domain: allow the domain to be specified via clever_domain variablePaul Bonaud2018-09-281-1/+2
| | | | | | | | Every other variables are prefixed with `clever_` which makes the definition of variables clearer from a "app" configuration point of view. WDYT?
* readme: Add the CI status as a image badgePaul Bonaud2018-09-201-0/+3
|
* ENABLE_METRICS => clever_metrics ; default to falseFrédéric Menou2018-02-271-0/+1
|
* define safe default variable for clever and rename clever_app_tasks to ↵Gaëtan Duchaussois2018-02-261-1/+3
| | | | clever_app_tasks_file
* add travis fileGaëtan Duchaussois2018-02-221-1/+1
|
* Migrating single tasks file to a galaxy roleGaëtan Duchaussois2018-02-221-0/+61
|
* Initial commitGaëtan2018-02-221-0/+2