@@ -0,0 +1,8 @@
+stages:
+ - deploy_test
+
+deploy_test:
+ stage: deploy_test
+ script:
+ - yarn install
+ - ssh exploitation@test5 "cd /var/opentalent/git/portail_v2 && git pull"