Explorar el Código

fix URL

master
Daniel Huebleitner hace 6 años
padre
commit
803adcd5c8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      .drone.yml

+ 1
- 1
.drone.yml Ver fichero

@@ -47,7 +47,7 @@ steps:
47 47
   - echo ${DRONE_BUILD_CREATED}
48 48
   - git clone https://www.versioncontrol.me/frontwork-distribution/${DRONE_REPO_NAME}.git; cd ${DRONE_REPO_NAME} && rm -rf ./*; cp -r ../dist/* .; cp ../LICENSE.md .
49 49
   - git add --all; git -c user.email="${DRONE_COMMIT_AUTHOR_EMAIL}" -c user.name="${DRONE_COMMIT_AUTHOR}" commit --all --allow-empty --message "generated from tag ${DRONE_TAG}"
50
-  - (git tag ${DRONE_TAG} && git push --force https://$GIT_USER:$GIT_PASSWORD@versioncontrol.me/frontwork-distribution/${DRONE_REPO_NAME}.git master ${DRONE_TAG}) || true
50
+  - (git tag ${DRONE_TAG} && git push --force https://$GIT_USER:$GIT_PASSWORD@www.versioncontrol.me/frontwork-distribution/${DRONE_REPO_NAME}.git master ${DRONE_TAG}) || true
51 51
   environment:
52 52
     GIT_USER:
53 53
       from_secret: git_user

Loading…
Cancelar
Guardar