Deployup is a system that works with rsync to upload files to the server. It always works with the last commit, i.e., the commit that HEAD is currently pointing to.
Hooks can also be defined that are executed before or after a deploy. These are executed locally and can be configured in the du.json file under the hooks section.
If you enable deployLog, every deployment process is logged on the server. The log file is then located in the same directory under the name .deployupLogs.log.
jap i deployupcreate init:
deployup initstart deploy:
deployup
# or
deployup <Json-Path>