Created
June 9, 2020 02:57
-
-
Save gcavanunez/0d3c115b1397de7abe8b23615a5e4cd8 to your computer and use it in GitHub Desktop.
Simple Cpanel YML
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
deployment: | |
tasks: | |
- export DEPLOYPATH=/home/cpanel_account_name/sub.domain.com/ | |
- /bin/cp -r * $DEPLOYPATH | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment