Answers for "Deploy all file and subfolder git cpanel"

1

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
Posted by: Guest on July-15-2021

Code answers related to "Deploy all file and subfolder git cpanel"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language