Commit 73fa77bb authored by Elizabeth (SeeBeyond)'s avatar Elizabeth (SeeBeyond) Committed by GitHub

Temporarily swap deployment script

parent a88e5d66
......@@ -439,7 +439,7 @@ class ModerationController extends AbstractController
*/
public function systemDeploy(Request $request)
{
shell_exec("dep deploy");
shell_exec("bash /var/www/spinshare/pull-volatile.sh");
return $this->redirectToRoute('moderation.index');
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment