Files
dotnettest/.drone.yml
petr.vejchoda 727a7b4b50
All checks were successful
continuous-integration/drone/push Build is passing
Fixed incorrect CI repo target
2025-05-22 17:08:26 +00:00

26 lines
590 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/18e7c408-4e70-4ad3-8fe8-de6a3b577894
trigger:
branch:
- main