Deploy a project with Theo into Vapor cloud v2

93 Views Asked by At

I'm starting to use Vapor (the server-side Swift framework) and I saw the driver named Theo made for Vapor. But I am wondering how I would deploy a project with Theo into Vapor Cloud 2? Does Vapor Cloud 2 support it?

Update: Here's the link for Theo 5.0 from Neo4j: https://github.com/Neo4j-Swift/Neo4j-Swift

1

There are 1 best solutions below

0
Caleb Kleveter On

Based on the following facts:

  1. Theo supports Linux (from the GitHub description)
  2. Vapor Cloud 2 can host basically anything that has a Docker file.

You should be just fine hosting your project on Vapor Cloud 2.

As for how you would host it, you would do that the same way you would host any other app from what I can tell.