diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4354a21ad2ebcbd71aa26c5006471b9119456ea4..11b77a5f116e84bdd9fe7264dee08701c7ae77cb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,7 +32,8 @@ deploy-esap-gui:
       - chmod 644 ~/.ssh/known_hosts
     script:
         - echo "Deploying to server"
-        - scp -r build/* vermaas@sdc.astron.nl:~/temp
+        - scp -r build/static vermaas@sdc.astron.nl:~/shared/static
+        - scp -r build/* vermaas@sdc.astron.nl:~/shared/public_html/esap-gui
         - echo "Deployed"
     when: manual
     only:
diff --git a/src/contexts/GlobalContext.js b/src/contexts/GlobalContext.js
index 99652ff465d5f0a97bbdf6931eb799346dd77378..f0c962c7164273ad6c41e5d16424ccd4439bea85 100644
--- a/src/contexts/GlobalContext.js
+++ b/src/contexts/GlobalContext.js
@@ -7,7 +7,7 @@ export const GlobalContext = createContext();
 
 export function GlobalContextProvider({ children }) {
   
-  console.log("ASTRON ESAP version 19 nov 2020");
+  console.log("ASTRON ESAP version 19 nov 2020 - 16:00");
   const api_host =
     process.env.NODE_ENV === "development"
       ? "https://sdc.astron.nl:5555/esap-api/"