10 lines
211 B
YAML
10 lines
211 B
YAML
steps:
|
|
- name: deploy
|
|
image: curlimages/curl
|
|
when:
|
|
- event: push
|
|
branch: main
|
|
commands:
|
|
- curl -sf http://172.18.0.9:9000/hooks/deploy-test-app
|
|
- echo "Deploy triggered!"
|