2
0

trigger on branch and debug
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
2025-12-09 20:04:08 +01:00
parent fcb1977364
commit b36abaf4f4

View File

@@ -8,10 +8,11 @@ trigger:
branch:
- main
steps:
- name: dns-lookup
- name: dns-lookup-and-ping
image: alpine:latest
commands:
- nslookup homer.chaos
- ping -c 3 homer.chaos
- name: deploy
image: drillster/drone-rsync:latest