Skip to content

Releases: tagus/git-deploy

added git status logging during deploy

10 Jun 21:43

Choose a tag to compare

renamed default branch to main

02 Jun 01:59
4fa9159

Choose a tag to compare

added logging for `INPUT_CHANGES` directory

02 Jun 01:08
2496f7b

Choose a tag to compare

log will be output before the rsync command runs

actually deploying rsync change

17 Feb 13:08

Choose a tag to compare

this changes rsync to use archive mode instead of simply recursing into directories

updated rsync to use archive mode

17 Feb 03:11
c367af4

Choose a tag to compare

This release updates rsync to archive mode (-rlptgoD) instead of just recursive mode.

Added better error handling for git status check

26 Aug 03:26
c7de901

Choose a tag to compare

v0.3.2

better error handling for git status check

Added clean_repo as an optional boolean param

26 Aug 02:51
a19e457

Choose a tag to compare

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

04 Oct 04:16

Choose a tag to compare

This release adds branch and message as optional params allowing users to further customize the deploy behavior.

The inaugural git-deploy github action

21 Apr 03:20

Choose a tag to compare

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.