Update .gitlab-ci.yml
authorChris Cormack <chris@bigballofwax.co.nz>
Sat, 9 Dec 2017 21:39:43 +0000 (21:39 +0000)
committerChris Cormack <chris@bigballofwax.co.nz>
Sat, 9 Dec 2017 21:39:43 +0000 (21:39 +0000)
.gitlab-ci.yml

index 7d3bfc9..8c0cf58 100644 (file)
@@ -36,7 +36,8 @@ test:
 production:
     stage: deploy
     script:
-        - scp -r build/html chrisc@www.koha-community.org:
+    - scp -r build/html chrisc@www.koha-community.org:
     only:
         - master
-    environment: production
\ No newline at end of file
+    environment: production
+    
\ No newline at end of file