git-directory-deploy
git-directory-deploy copied to clipboard
deploy a directory as a git branch
see it by yourself https://travis-ci.org/putaindecode/putaindecode.fr#L8587 Any idea how to catch this to avoid the token to be compromised ?
I added to my own version of the script and thought I'd PR to your repo too :)
Nice script! You have a BSD-3 license which requires copying the license together with the script to the location it is used. But as per your own usage instructions, people...
Hello 👋🏼
Hello! 👋🏼 I just wanted to thank you for making Git Directory Deploy and to inform you that [we have forked](https://github.com/SwedbankPay/git-directory-deploy/) and implemented the following changes: 1. Replace Circle CI...
The following command ``` GIT_DEPLOY_DIR=deploy \ GIT_DEPLOY_BRANCH=master \ GIT_DEPLOY_REPO=https://@github.com//.github.io.git \ git-directory-deploy --verbose -m 'New: Deploy' ``` gives the following **error** ``` fatal: Refusing to fetch into current branch refs/heads/master of...
I'm thinking about changing how the configuration is specified. Rather than having users modify the script or set environment variables, the script would take additional command-line arguments. I would do...
For #24
i think the readme needs some refactoring now. It doesn't make sense anymore to instruct users to edit the variables in the script itself, especially considering how deeply buried those...
This implements `[] [ [ [
originally [reported](https://github.com/X1011/git-directory-deploy/issues/4#issuecomment-116074738) by @raine in #4. - [ ] test and verify this issue - [ ] display a friendlier error message and tell user to add `deploy_directory` to `.gitignore`.