You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doug Davis edited this page Aug 4, 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@...
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.