Files
dotnettest/.drone.yml
petr.vejchoda 2c83515bcf
All checks were successful
continuous-integration/drone/push Build is passing
fixed webhook
2025-05-22 17:20:20 +00:00

26 lines
596 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: docker-build-and-push
image: plugins/docker
settings:
repo: git.internet-master.cz/petr.vejchoda/dotnettest
tags: latest
registry: git.internet-master.cz
dockerfile: Dockerfile
username:
from_secret: gitea_docker_username
password:
from_secret: gitea_docker_password
- name: call-portainer-webhook
image: curlimages/curl
commands:
- curl -X POST http://192.168.52.21:9000/api/webhooks/699d5326-607e-4db8-9d6c-71ef7093152d
trigger:
branch:
- main