Browse Source

drone

master
peter 4 years ago
parent
commit
ea9b08bdce
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .drone.yml

+ 1
- 1
.drone.yml View File

67
   - git add -f docs
67
   - git add -f docs
68
   - git commit --allow-empty -m "Drone tagged as ${DRONE_TAG}"
68
   - git commit --allow-empty -m "Drone tagged as ${DRONE_TAG}"
69
   - git tag "${DRONE_TAG}"
69
   - git tag "${DRONE_TAG}"
70
-  - git push -f https://$GIT_USER:$GIT_PASSWORD@gitea.frontblock.me/fw-docs/${DRONE_REPO_NAME}.git master ${DRONE_TAG}
70
+  - git push -f -u https://$GIT_USER:$GIT_PASSWORD@gitea.frontblock.me/fw-docs/${DRONE_REPO_NAME}.git master ${DRONE_TAG}
71
   environment:
71
   environment:
72
     GIT_USER:
72
     GIT_USER:
73
       from_secret: git_user
73
       from_secret: git_user

Loading…
Cancel
Save