Skip to content

Common Gotchas

Doug Davis edited this page Aug 3, 2021 · 4 revisions

Applications

  • By default apps listen on port 8080. If you're listening on something else then use --port to tell Code Engine the port number.

Eventing

  • Events are delivered via HTTP POSTs, so an app that only listens for HTTP GET will not receive the event

Builds

  • Private git repos are only accessible via SSH keys and therefore the URL to your repo must start with git@...

Clone this wiki locally