Copy favicon to base
This commit is contained in:
parent
b9e5dd3639
commit
d4024d847b
@ -18,6 +18,7 @@ for BRANCH in $(git branch --remotes --format '%(refname:lstrip=3)' | grep -Ev '
|
|||||||
cp -a process/. public/ # Have to run it again because the deploy wipes the file and folders out
|
cp -a process/. public/ # Have to run it again because the deploy wipes the file and folders out
|
||||||
rm -rf process
|
rm -rf process
|
||||||
mv public base/$BRANCH
|
mv public base/$BRANCH
|
||||||
|
cp base/$BRANCH/favicon.ico base/favicon.ico
|
||||||
done
|
done
|
||||||
|
|
||||||
mv base public
|
mv base public
|
||||||
|
Loading…
Reference in New Issue
Block a user