Answers for "git deploy to cpane in .cpanel.yml"

0

git deploy to cpane in .cpanel.yml

---
deployment:
  tasks:
    - export DEPLOYPATH=/home/user/public_html/
    - /bin/cp index.html $DEPLOYPATH
    - /bin/cp style.css $DEPLOYPATH
Posted by: Guest on June-03-2021

Browse Popular Code Answers by Language