Skip to content
Snippets Groups Projects
Commit ab86aeba authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

remove deploy hook for portainer

parent 733fdf95
Branches
Tags
1 merge request!90Develop
Pipeline #67368 passed with warnings
...@@ -22,7 +22,6 @@ variables: ...@@ -22,7 +22,6 @@ variables:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- docker tag $DOCKER_IMAGE_SHA $TAG - docker tag $DOCKER_IMAGE_SHA $TAG
- docker push $TAG - docker push $TAG
- curl --insecure -X POST $HOOK
deploy:develop: deploy:develop:
variables: variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment