Skip to content

Instantly share code, notes, and snippets.

@andrekutianski
Last active November 25, 2018 18:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrekutianski/6c7478a51d8b61cc423b3df017bc9c21 to your computer and use it in GitHub Desktop.
Save andrekutianski/6c7478a51d8b61cc423b3df017bc9c21 to your computer and use it in GitHub Desktop.
cPanel Git file Integration
---
deployment:
tasks:
- export DEPLOYPATH=/home/user/public_html/
- /bin/cp index.html $DEPLOYPATH
- /bin/cp style.css $DEPLOYPATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment