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!"