Jonathan Beliën
Jonathan Beliën
Yes, that works indeed perfectly fine. My question was about not having to specify `--workding-dir` in my `composer-options` if `defaults.run.working-directory` is specified. Am I missing something ?
Thanks a lot @ramsey ! 👍 Will it work with `defaults.run.working-directory` (default configuration) or do I still need to specify `working-directory` as input ?
> Hmm. That's a good question. If `defaults.run.working-directory` tells GitHub to run everything from that directory, it should work accordingly, as long as your `composer.json` isn't in some place other...
Hello, Could you send me a copy of your `snapshot.yml` file (**without** the keys and credentials, of course) ? In `--dry-run` mode, nothing should be deleted ! You should just...
My questions were there just to be sure everything was running as expected. :) I'll check further but I think OVH API does not give the ability to determine from...
Yes, that's what I thought :( I think there is a way to use OpenStack API (https://docs.ovh.com/fr/public-cloud/debuter-avec-lapi-nova/) but I won't have time to have a look at this in a...
I added the possibility to protected some snapshots by setting `protected.instances` and `protected.volumes`. Maybe it can help you setup what you needed ! See b4d776f9f42bd24b7ae68823afbcf8a1821d472f
@szejkindudi It is working, but just to be sure it doesn't happen to you as well, I suggest you try this first on a test project. I lost a few...
I'm working on a complete rebuild of the application (see `composer` branch). The new version (`2.0`) will be based on [Composer](https://getcomposer.org/) and will provide an interactive mode. This interactive mode...
I don't know it it's the exact same issue but I also struggle to connect via ssh. --- Here is the log **without** `ssh-disable-host-key-checking: true` ``` Setup Deployer (26s) -...