Compare commits

7 Commits
main ... main

Author SHA1 Message Date
bf38bfc462 Update MyBlazorApp/Pages/Index.razor
Some checks failed
continuous-integration/drone/pr Build is failing
2025-07-01 17:20:19 +00:00
c42ef399e7 test ci 2025-05-22 17:28:08 +00:00
3620b8a2b5 Test CI 2025-05-22 17:24:43 +00:00
2c83515bcf fixed webhook 2025-05-22 17:20:20 +00:00
727a7b4b50 Fixed incorrect CI repo target 2025-05-22 17:08:26 +00:00
ce0d6b6871 Update Pages/Index.razor 2025-05-22 16:13:32 +00:00
ad693102da Update .drone.yml 2025-05-22 16:11:02 +00:00
3 changed files with 17 additions and 4 deletions

View File

@@ -6,11 +6,20 @@ steps:
- name: docker-build-and-push
image: plugins/docker
settings:
repo: git.internet-master.cz/jakub/dotnettest
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
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

View File

@@ -1,3 +1,6 @@
@page "/"
<h1>Hello, Blazor world!</h1>
<h1>Hello, world!</h1>
Welcome to your new Blazor app. new trigger.
This should be visible
just trying to rebuild the project

View File

@@ -1,4 +1,5 @@
@page "/"
<h1>Hello, world!</h1>
Welcome to your new Blazor app.
Welcome to your new Blazor app. new trigger.
This should be visible