Skip to content

Commit

Permalink
💧 DRI - master:
Browse files Browse the repository at this point in the history
  • Loading branch information
brandoncamenisch committed Dec 20, 2019
1 parent b2762e5 commit cb757dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-me-vvv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ for i in $(ls -d www/pmc-* | xargs -n1 basename)
do
git clone https://bitbucket.org/penskemediacorp/$i.git www/$i/public_html/wp-content/themes/$i
vagrant ssh -- -t "mkdir -p /srv/www/$i/public_html/wp-content/mu-plugins && ln -sf /srv/www/pmc/pmc-plugins /srv/www/$i/public_html/wp-content/plugins && ln -sf /srv/www/pmc/pmc-vip-go-plugins/* /srv/www/$i/public_html/wp-content/plugins"
echo "Is this site $i go or wpcom"
echo "Is $i go or wpcom?"
select yn in "go" "wpcom"; do case $yn in
go ) vagrant ssh -- -t "ln -sf /srv/www/pmc/vip-go-mu-plugins-built/* /srv/www/$i/public_html/wp-content/mu-plugins" && break;;
wpcom ) vagrant ssh -- -t "ln -sf /srv/www/pmc/vip-wpcom-mu-plugins/* /srv/www/$i/public_html/wp-content/mu-plugins" && break;;
Expand Down

0 comments on commit cb757dc

Please sign in to comment.