diff --git a/.cpanel.yml b/.cpanel.yml new file mode 100644 index 0000000..6b040bf --- /dev/null +++ b/.cpanel.yml @@ -0,0 +1,5 @@ +--- +deployment: + tasks: + - export DEPLOYPATH=/home/qoxpt/public_html/ + - /usr/bin/rsync -av --delete ./ $DEPLOYPATH/ \ No newline at end of file