浏览代码

add lint prettier

Maha Bouchiba 2 年之前
父节点
当前提交
a36b3c6571
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      .gitlab-ci.yml

+ 8 - 0
.gitlab-ci.yml

@@ -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"