From 4a34e02b3525fbf93f25384728bd54239b3612f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 12 Jan 2017 16:56:20 +0100 Subject: [PATCH] deploy.sh: added missing git_pull & rsync_ui calls --- deploy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy.sh b/deploy.sh index 89a33eb..98ea4e4 100755 --- a/deploy.sh +++ b/deploy.sh @@ -70,6 +70,7 @@ function git_pull() { git_pull pillar-python-sdk master git_pull pillar production git_pull attract production +git_pull flamenco production git_pull blender-cloud production # Update the virtualenv @@ -77,6 +78,7 @@ git_pull blender-cloud production # RSync the world $ATTRACT_DIR/rsync_ui.sh +$FLAMENCO_DIR/rsync_ui.sh ./rsync_ui.sh # Notify Bugsnag of this new deploy.