Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: make sure not to include unecessary ENV variable | Paul Bonaud | 2020-06-19 | 1 | -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 | ||||
* | Extract environment building tasks from the JSON template | Clement Delafargue | 2020-06-19 | 1 | -0/+1 |
| | |||||
* | deploy: remove custom polling script now that the CLI does it for us | Paul Bonaud | 2020-06-17 | 1 | -1/+1 |
| | | | | | See recent changes (https://github.com/CleverCloud/clever-tools/pull/415) introduced in 2.5.0+ version of the clever cli tools | ||||
* | vars: fix `clever_base_env` by removing a variable if not necessary | Paul Bonaud | 2020-03-24 | 1 | -2/+2 |
| | | | | | | The `CC_RUN_COMMAND` variable was defined in case we use haskell binary as entrypoints. However if the `clever_haskell_entry_point` variable is not defined we shouldn't define the `CC_RUN_COMMAND` env variable. | ||||
* | clevertools: upgrade to latest stable version as default | Paul Bonaud | 2019-08-05 | 1 | -1/+1 |
| | | | | Upgrade to 1.4.2 as default version installed by the role | ||||
* | Clever Cloud metrics are now enabled by default | Clement Delafargue | 2019-07-02 | 1 | -1/+1 |
| | |||||
* | deploy_task: Update clever CLI tools and use it instead of git push | Paul Bonaud | 2019-01-14 | 1 | -1/+1 |
| | | | | | | | | Updating to latest version of 1.1.1 helps to have a stable `clever deploy` command. This commit relies on the output of the command instead of manually pooling the results with `clever activity` command. | ||||
* | app: rename `clever_entry_point`. It's only used by Haskell apps | Paul Bonaud | 2018-12-27 | 1 | -1/+1 |
| | |||||
* | Revert "Merge pull request #19 from paulrbr-fl/update-clever-tools" | Paul Bonaud | 2018-11-30 | 1 | -1/+1 |
| | | | | | This reverts commit 695ceaa28821660e17a1cf819cffebe1b5d8c7ca, reversing changes made to 5485dbc4db3e141673457475bcda5fc88057739f. | ||||
* | deploy_task: Update clever CLI tools and use it instead of git push | Paul Bonaud | 2018-11-21 | 1 | -1/+1 |
| | | | | | | | | Updating to latest version of 1.1.1 helps to have a stable `clever deploy` command. This commit relies on the output of the command instead of manually pooling the results with `clever activity` command. | ||||
* | update default value (readme aswell) for `clever_metrics` | Hussein Ait-Lahcen | 2018-11-20 | 1 | -1/+1 |
| | |||||
* | change default value for clever_app_root | Gaëtan Duchaussois | 2018-11-14 | 1 | -1/+1 |
| | |||||
* | Missed renamed dict | Frédéric Menou | 2018-02-27 | 1 | -1/+1 |
| | |||||
* | ENABLE_METRICS => clever_metrics ; default to false | Frédéric Menou | 2018-02-27 | 1 | -0/+2 |
| | |||||
* | define safe default variable for clever and rename clever_app_tasks to ↵ | Gaëtan Duchaussois | 2018-02-26 | 1 | -1/+2 |
| | | | | clever_app_tasks_file | ||||
* | Migrating single tasks file to a galaxy role | Gaëtan Duchaussois | 2018-02-22 | 1 | -0/+15 |