Skip to content
Snippets Groups Projects
Commit 377e6111 authored by Chris Croome's avatar Chris Croome
Browse files

Merge branch 'minor-deployment-tweaks' into 'master'

Minor tweaks to ensure clean git status

See merge request !3
parents f24d57dc 9037a026
No related branches found
No related tags found
1 merge request!3Minor tweaks to ensure clean git status
......@@ -13,6 +13,9 @@ fi
cd ~/sites
# Remove any untracked files/directories
git clean -fd
GIT_PULL=$(git pull | grep -v "up-to-date")
if [[ ${GIT_PULL} != "" ]]; then
......
......@@ -15,7 +15,7 @@ cd /home/{{ item }}/sites
git stash save "Local changes stashed"
git pull
rm -rf web/wp
composer update
composer install
cd web/app/themes/coop-tech-oowp-theme
composer update
npm install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment