-
Notifications
You must be signed in to change notification settings - Fork 127
Common Gotchas
Doug Davis edited this page Aug 4, 2021
·
4 revisions
- By default apps listen on port 8080. If you're listening on something else then use
--port
to tell Code Engine the port number.
- Events are delivered via HTTP POSTs, so an app that only listens for HTTP GET will not receive the event
- Private git repos are only accessible via SSH keys and therefore the URL to your repo must start with
git@...
- If the build generates an error saying that there's an "invalid format" while trying to access the Git repository, then it could be due to your SSH key being encrypted. See here for more information about using SSH keys and about how they must not be encrypted.