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