Created
August 7, 2020 11:00
-
-
Save ddrigass/1ad9603fce6a1a852a9b0c272291f141 to your computer and use it in GitHub Desktop.
Wordpress Cpanel deployment file (for git)
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 WPC=/home/coelix/public_html/wp-content/ | |
- /bin/rm -rf $WPC | |
- /bin/mkdir $WPC | |
- /bin/cp -r * $WPC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment