steps: - name: deploy image: curlimages/curl when: - event: push branch: main commands: - curl -sf http://172.18.0.1:9001/hooks/deploy-test-app - echo "Deploy triggered!"