Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Deploy all file and subfolder git cpanel

---
deployment:
  tasks:
    - export DEPLOYPATH=/home/<user_name>/public_html #Add /<sub_folder> if required
    - /bin/cp -r * $DEPLOYPATH
 
PREVIOUS NEXT
Tagged: #Deploy #file #subfolder #git #cpanel
ADD COMMENT
Topic
Name
4+9 =