Change gocd URL

This commit is contained in:
Artyom Belousov 2021-05-09 11:34:23 +03:00
parent fd42adf57b
commit 445110a778

View file

@ -18,6 +18,6 @@ deploy:
- docker login $REGISTRY_NAME -u $DOCKER_USER -p $DOCKER_PASSWORD
- docker push $IMAGE_NAME
- docker push $DOCKER_IMAGE_TAG
- "curl -X POST -H \"Authorization: Bearer $GOCD_ACCESS_TOKEN\" -d '{\"repository_url\": \"https://gitlab.com/flygrounder/go-mtg-vk\"}' -H \"Accept: application/vnd.go.cd.v2+json\" -H \"Content-Type: application/json\" https://ci.flygrounder.ru/go/api/admin/materials/git/notify"
- "curl -X POST -H \"Authorization: Bearer $GOCD_ACCESS_TOKEN\" -d '{\"repository_url\": \"https://gitlab.com/flygrounder/go-mtg-vk\"}' -H \"Accept: application/vnd.go.cd.v2+json\" -H \"Content-Type: application/json\" https://gocd.flygrounder.ru/go/api/admin/materials/git/notify"
only:
- master