Ver código fonte

FIX XD

master
peter 5 anos atrás
pai
commit
2032569db4
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      .drone.yml

+ 1
- 0
.drone.yml Ver arquivo

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

Carregando…
Cancelar
Salvar