13 lines
203 B
YAML
13 lines
203 B
YAML
---
|
|
#labels:
|
|
# backend: docker
|
|
# test: tom
|
|
steps:
|
|
- name: test
|
|
image: curlimages/curl
|
|
commands:
|
|
- "curl -k -X GET https://tom.neuber.io/"
|
|
when:
|
|
- branch: main
|
|
event:
|
|
- push
|