Skip to content

philipstuessel/deployup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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.

Install:

jap i deployup

create init:

deployup init

start deploy:

deployup
# or 
deployup <Json-Path>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages