drone-git-push
drone-git-push copied to clipboard
Drone plugin for deploying code using git push
This issue was introduced in v0.2.2. It is caused by 1aa722ba5c63bf4c5985069e478b2cf9c1ab6919, in the following code: https://github.com/appleboy/drone-git-push/blob/b90f5fdbc9b893f5b873686477112a0795d18e7a/main.go#L44-L58 Here, the `EnvVars` slices are not of the appropriate form. This makes the environment...
Since 1aa722ba5c63bf4c5985069e478b2cf9c1ab6919, the flags netrc.{machine,username,password} can't be loaded from the environment anymore. This pull request fixes this and closes #54.
This is a follow-up for issue #43 . I just tried with a new release - still have some issues. You can find drone.yml here: https://github.com/jobrunr/jobrunr/blob/master/.drone.yml. __What I try to...
Hello, I found that in [gitea](https://github.com/go-gitea/gitea), the commiter of the commit pushed by this plugin looks wrong. would you please help check it? Thanks! https://drone.gitea.io/go-gitea/gitea/56106/1/4  https://github.com/go-gitea/gitea/blob/main/.drone.yml#L536-L548  https://github.com/go-gitea/gitea/commit/f6e2dbaf1e079308b0739e9a74f165257ea6171d 
Not an issue, but some clarifying questions to a new user: 1. Why does `remote_name` default to `deploy` as opposed to `origin`? 2. why does `branch` default to `master` as...
Hi, I would like to see the option to `git push --mirror` the repo.
When trying to push to a Dokku remote, I get errors. For the following examples `website` is my application name and `domain.com` is the domain that points to my server....
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...
I have currently a _workflow_ with an **build** step and a **deploy** step, that works as expected: ```yml when: - event: push branch: main steps: build: image: node:slim commands: -...
Hello there, Thank you very much for developing this plugin. It is quite useful for doing automatic version bumps when dependencies are updated with tools like renovate. I have more...