소스 검색

drone

master
peter 4 년 전
부모
커밋
b6970c07d8
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3
    3
      .drone.yml

+ 3
- 3
.drone.yml 파일 보기

@@ -67,7 +67,7 @@ steps:
67 67
   - git add -f docs
68 68
   - git commit -m "Drone tagged as ${DRONE_TAG}"
69 69
   - git tag "${DRONE_TAG}"
70
-  - git push https://$GIT_USER:$GIT_PASSWORD@gitea.frontblock.me/fw-docs/${DRONE_REPO_NAME}.git master ${DRONE_TAG}
70
+  - git push -f https://$GIT_USER:$GIT_PASSWORD@gitea.frontblock.me/fw-docs/${DRONE_REPO_NAME}.git master ${DRONE_TAG}
71 71
 
72 72
   environment:
73 73
     GIT_USER:
@@ -75,8 +75,8 @@ steps:
75 75
     GIT_PASSWORD:
76 76
       from_secret: git_password
77 77
   trigger:
78
-  event:
79
-    - tag
78
+    event:
79
+      - tag
80 80
 
81 81
 volumes:
82 82
 - name: cache 

Loading…
취소
저장