Christoph Schlosser
Christoph Schlosser
``` App Name: KeePassXC-Browser App Bundle Identifier: com.yourCompany.KeePassXC-Browser Language: Swift Is this correct? [yes]: Warning: The following keys in your manifest.json are not supported by your current version of Safari....
You should be able to do something like this: ```yml PLUGIN_EXCLUDE: - ^\.git/$ - ^\.gitignore$ - ^\.drone.yml$ ``` unless drone changed the way they're passing arrays.
From a quick look at it it should be possible. How would you store the key? as file? as secret?
I had some success with the ssh-agent and reading it from an env var through stdin. Trying to throw something together soonish. Something like ```bash eval $(ssh-agent) echo "$SSH_KEY" |...
Could you try the `cschlosser/drone-ftps:only-newer` to test if this works for you?
I updated the PR. Could you try again please? If it still doesn't work I would have to take a look at your .drone.yaml file. You can ofcourse also play...
Hi @helixquar , It's fine as is. Please just also address the other two checkboxes and then I will merge it.
I'm not sure what warning you're referring to. Could you please post a screenshot?
Thanks for your contribution @xian18 and sorry for not getting back to you earlier. Unfortunately your change breaks existing behavior, could you please take a look at this and also...