📜  git 部署到 .cpanel.yml 中的 cpane - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:33.635000             🧑  作者: Mango

代码示例1
---
deployment:
  tasks:
    - export DEPLOYPATH=/home/user/public_html/
    - /bin/cp index.html $DEPLOYPATH
    - /bin/cp style.css $DEPLOYPATH