Skip to content
Snippets Groups Projects
Commit 03a6adfe authored by bcweaver's avatar bcweaver
Browse files

Add cache clear to upstream updates script

parent 5d3123de
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
echo "Site: [$site]"; echo "Site: [$site]";
terminus site:upstream:clear-cache ${site}; terminus site:upstream:clear-cache ${site};
terminus upstream:updates:list ${site}.dev; terminus upstream:updates:list ${site}.dev;
terminus upstream:updates:apply ${site}.dev; terminus upstream:updates:apply ${site}.dev --updatedb;
echo; echo;
echo "====================================="; echo "=====================================";
echo; echo;
......
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