Releases: tagus/git-deploy
Releases · tagus/git-deploy
added git status logging during deploy
v0.5.0 added git status logging
renamed default branch to main
v0.4.4 renamed master -> main
added logging for `INPUT_CHANGES` directory
log will be output before the rsync command runs
actually deploying rsync change
this changes rsync to use archive mode instead of simply recursing into directories
updated rsync to use archive mode
This release updates rsync to archive mode (-rlptgoD) instead of just recursive mode.
Added better error handling for git status check
v0.3.2 better error handling for git status check
Added clean_repo as an optional boolean param
clean_repo allows users to optionally delete all files from the repository not specified in the changes directory
Added branch and commit message as optional params
This release adds branch and message as optional params allowing users to further customize the deploy behavior.
The inaugural git-deploy github action
A basic action to commit and push changes to the git repo. All but the ssh_known_hosts action param is required. Future work involves allowing users to customize the commit message.