Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(deploy): fail the task correctly when last deploymt failed | Paul Bonaud | 2019-05-13 | 1 | -3/+5 |
| | |||||
* | Missing / | Gaëtan Duchaussois | 2019-02-22 | 1 | -1/+1 |
| | |||||
* | liniting | Gaëtan Duchaussois | 2019-02-21 | 1 | -3/+7 |
| | |||||
* | use full path for clever helper invocation | Gaëtan Duchaussois | 2019-02-21 | 1 | -2/+2 |
| | |||||
* | deploy: check "up-to-date" error to succeeded if last commit is OK | Paul Bonaud | 2019-01-16 | 1 | -1/+35 |
| | |||||
* | fix: Fail module takes one argument | Paul Bonaud | 2019-01-14 | 1 | -1/+2 |
| | |||||
* | deploy_task: Update clever CLI tools and use it instead of git push | Paul Bonaud | 2019-01-14 | 1 | -26/+33 |
| | | | | | | | | 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. | ||||
* | fix(deploy): Yet again a missing chdir to execute from app root | Paul Bonaud | 2018-11-30 | 1 | -1/+3 |
| | |||||
* | fix(deploy): Make sure to execute clever commands in app_root dir | Paul Bonaud | 2018-11-30 | 1 | -0/+6 |
| | |||||
* | Revert "Merge pull request #19 from paulrbr-fl/update-clever-tools" | Paul Bonaud | 2018-11-30 | 1 | -29/+24 |
| | | | | | This reverts commit 695ceaa28821660e17a1cf819cffebe1b5d8c7ca, reversing changes made to 5485dbc4db3e141673457475bcda5fc88057739f. | ||||
* | Revert "Merge pull request #20 from paulrbr-fl/update-clever-tools" | Paul Bonaud | 2018-11-30 | 1 | -2/+1 |
| | | | | | This reverts commit b17a839d622bdb36ddbe2e0667559c33e9b7fd8a, reversing changes made to 695ceaa28821660e17a1cf819cffebe1b5d8c7ca. | ||||
* | fix: Fail module takes one argument | Paul Bonaud | 2018-11-21 | 1 | -1/+2 |
| | |||||
* | deploy_task: Update clever CLI tools and use it instead of git push | Paul Bonaud | 2018-11-21 | 1 | -24/+29 |
| | | | | | | | | 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. | ||||
* | fix: 😬 really fix the usage of "clever_app_root" when waiting deploy | Paul Bonaud | 2018-11-05 | 1 | -1/+1 |
| | | | | | | | Followup after the fix of #15 it was still missing another case of "git" usage. This should be the last fix about this variable 🤞. | ||||
* | fix: clever_app_root is provided & exec is outside of "parent dir" | Paul Bonaud | 2018-11-05 | 1 | -0/+6 |
| | | | | | | | | | | | | Imagine such a usecase: - project is in `/project` - executing Ansible in `/ansible` with `clever_app_root: /project` will fail deploying with the git push with the following error: ``` Not a git repository (or any of the parent directories): .git" ``` This PR fixes this. | ||||
* | vars: add a clever_syslog_server variable replacing syslog_server | Paul Bonaud | 2018-10-04 | 1 | -2/+2 |
| | | | | | All variables "namespaced" with the role name is helpful to read "client" configurations | ||||
* | domain: allow the domain to be specified via clever_domain variable | Paul Bonaud | 2018-09-28 | 1 | -2/+2 |
| | | | | | | | | Every other variables are prefixed with `clever_` which makes the definition of variables clearer from a "app" configuration point of view. WDYT? | ||||
* | deploy: Make sure repo is unshallow copy before pushing to clever | Paul Bonaud | 2018-09-21 | 1 | -0/+16 |
| | | | | | | | | If your build tool only uses a shallow clone of your project, Clever cloud will fail on first time git push. You need to git push a full clone of your git repo for the first time deployment to clever. This PR fixes that. | ||||
* | add ansible-lint test and fix warning | Gaëtan Duchaussois | 2018-09-21 | 1 | -0/+6 |
| | |||||
* | Watch and wait for Clever | Frédéric Menou | 2018-03-30 | 1 | -1/+13 |
| | |||||
* | Migrating single tasks file to a galaxy role | Gaëtan Duchaussois | 2018-02-22 | 1 | -0/+30 |