Last active
August 26, 2019 10:53
-
-
Save svandragt/c18666f7c7c504e5ac8d353b5bf52210 to your computer and use it in GitHub Desktop.
Known CMS upgrade automation (https://withknown.com/)
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
#!/usr/bin/env bash | |
rm -rf old | |
cp -R html old | |
pushd html | |
git stash | |
git pull | |
composer update | |
cd .. | |
ln -sf `pwd`/config.ini `pwd`/html/config.ini | |
ln -sf `pwd`/Uploads `pwd`/html/Uploads | |
popd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This depends on the following directory structure: