Deploying build artifacts to Dokploy
Hi, I'm a new Dokploy user. I've successfully done deployments of static sites and by using dockerfiles. Now I want to deploy some existing applications which are being built using GitLab resulting in build artifacts that are curently being deployed using ssh. What's the most logical way to transition these deployments to Dokploy? I hope I don't have to translate my entire GitLab pipeline into a Dockerfile. I'd like to keep everything in GitLab and just deploy the build artifacts on Dokploy. Do I have to copy the artifacts to a container image and push that to a container registry so Dokploy can pull it? Or is there a more straightforward way to get my build artifacts deployed on Dokploy? Using Nixpacks seems obvious but it seems to me that the build would have to take place in Dokploy. Am I understanding this correctly or am I missing something?