]> git.immae.eu Git - github/fretlink/ansible-clever.git/history - tasks/deploy.yml
Merge pull request #80 from gaetanfl/bump_nix_version
[github/fretlink/ansible-clever.git] / tasks / deploy.yml
2021-06-03  antoine-flMerge pull request #79 from antoine-fl/bump_clever_wait... v2.10
2021-06-03  Antoine VandecremeBump clever waiting time to 1 hour 79/head
2020-08-06  paulrbr-flMerge pull request #75 from paulrbr-fl/clever-restart... v2.8
2020-08-06  Paul Bonauddeploy: try to restart the app when the CLI asks to... 75/head
2020-07-03  Clément DelafargueMerge pull request #74 from clementd-fretlink/service... v2.7
2020-07-02  Clement DelafargueAdd support for linking service dependencies
2020-06-30  Clément DelafargueMerge pull request #72 from clementd-fretlink/noop...
2020-06-30  Clement DelafargueDon't run `clever deploy` if the app is up-to-date
2020-06-30  paulrbr-flMerge pull request #73 from paulrbr-fl/fix-timeout...
2020-06-29  Paul Bonaudfix: prevent crash when the deployment times out
2020-06-22  Clément DelafargueMerge pull request #67 from clementd-fretlink/scaling
2020-06-22  Clement DelafargueAdd support for scalability configuration
2020-06-19  Clément DelafargueMerge pull request #55 from clementd-fretlink/build...
2020-06-19  Clement DelafargueInline `clever scale --build-flavor` command
2020-06-19  Clement DelafargueAdd optional build flavor configuration
2020-06-19  Clément DelafargueMerge pull request #64 from clementd-fretlink/json-env
2020-06-19  Clement DelafargueUse JSON import for environment variables
2020-06-17  paulrbr-flMerge pull request #63 from paulrbr-fl/upgrade-clever-cli v2.5
2020-06-17  Paul Bonauddeploy: remove custom polling script now that the CLI... 63/head
2019-08-01  paulrbr-flMerge pull request #50 from paulrbr-fl/clever-deploy...
2019-08-01  Paul Bonauddeploy: add a timeout in the polling waiting script 50/head
2019-07-31  paulrbr-flMerge pull request #49 from paulrbr-fl/clever-deploy...
2019-07-31  Paul Bonauddeploy: revert back to git push + polling
2019-05-13  paulrbr-flMerge pull request #42 from paulrbr-fl/deploy-errors... v1.21
2019-05-13  Paul Bonaudfix(deploy): fail the task correctly when last deploymt... 42/head
2019-02-22  GaëtanMerge pull request #37 from gaetanfl/fix_path v1.18
2019-02-22  Gaëtan DuchaussoisMissing / 37/head
2019-02-21  GaëtanMerge pull request #35 from gaetanfl/use_path_tool
2019-02-21  Gaëtan Duchaussoisliniting 35/head
2019-02-21  Gaëtan Duchaussoisuse full path for clever helper invocation
2019-01-16  paulrbr-flMerge pull request #33 from paulrbr-fl/successful-deplo... v1.16
2019-01-16  Paul Bonauddeploy: check "up-to-date" error to succeeded if last... 33/head
2019-01-14  paulrbr-flMerge pull request #22 from paulrbr-fl/fix-v1.10 v1.15
2019-01-14  Paul Bonaudfix: Fail module takes one argument 22/head
2019-01-14  Paul Bonauddeploy_task: Update clever CLI tools and use it instead...
2018-11-30  paulrbr-flMerge pull request #27 from paulrbr-fl/chdir-all-the...
2018-11-30  Paul Bonaudfix(deploy): Yet again a missing chdir to execute from... 27/head
2018-11-30  paulrbr-flMerge pull request #26 from paulrbr-fl/chdir-all-the...
2018-11-30  Paul Bonaudfix(deploy): Make sure to execute clever commands in... 26/head
2018-11-30  paulrbr-flMerge pull request #24 from paulrbr-fl/revert-clever... v1.11
2018-11-30  Paul BonaudRevert "Merge pull request #19 from paulrbr-fl/update... 24/head
2018-11-30  Paul BonaudRevert "Merge pull request #20 from paulrbr-fl/update...
2018-11-21  paulrbr-flMerge pull request #20 from paulrbr-fl/update-clever... v1.10
2018-11-21  Paul Bonaudfix: Fail module takes one argument 20/head
2018-11-21  paulrbr-flMerge pull request #19 from paulrbr-fl/update-clever...
2018-11-21  Paul Bonauddeploy_task: Update clever CLI tools and use it instead... 19/head
2018-11-05  paulrbr-flMerge pull request #16 from paulrbr-fl/fix-clever-app... v1.7
2018-11-05  Paul Bonaudfix: 😬 really fix the usage of "clever_app_root" when... 16/head
2018-11-05  paulrbr-flMerge pull request #15 from paulrbr-fl/fix-git-push v1.6
2018-11-05  Paul Bonaudfix: clever_app_root is provided & exec is outside... 15/head
2018-10-04  paulrbr-flMerge pull request #14 from paulrbr-fl/rename-syslog... v1.5
2018-10-04  Paul Bonaudvars: add a clever_syslog_server variable replacing... 14/head
2018-09-28  paulrbr-flMerge pull request #13 from paulrbr-fl/prefix-domain... v1.4
2018-09-28  Paul Bonauddomain: allow the domain to be specified via clever_dom... 13/head
2018-09-21  paulrbr-flMerge pull request #12 from paulrbr-fl/first-time-deploy v1.3
2018-09-21  Paul Bonauddeploy: Make sure repo is unshallow copy before pushing... 12/head
2018-09-21  GaëtanMerge pull request #11 from gaetanfl/lint
2018-09-21  Gaëtan Duchaussoisadd ansible-lint test and fix warning
2018-03-30  Frédéric MenouMerge pull request #7 from fmenou/better-wait-deploy v1.1
2018-03-30  Frédéric MenouWatch and wait for Clever 7/head
2018-02-23  GaëtanMerge pull request #1 from gaetanfl/first_try
2018-02-22  Gaëtan DuchaussoisMigrating single tasks file to a galaxy role