Replies: 1 comment
-
|
If you're building in a gh action then another option is you can just push the image to either ghcr.io or some other registry or your own, then just point coolify to the image, and at the end of your action send a webhook request to coolify. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need some advice.
I wanna host a static site (vitepress) with coolify.
The site shouldn't build on the coolify server, because it's the build process let the cpu usage spike. Other hosted services on the server should not been affected by it.
I already have a GitHub action that builds the vitepress site.
Question:
What the best way to deploy the static files from the GitHub Action with Coolify?
My thoughts:
Upload the files via ssh and a GitHub action https://github.com/appleboy/scp-action
Problems:
Use/create a Dockerfile with nginx and sftp. Upload the static files via sftp.
Problems:
Push the static files to a separate repo and us the coolify static site build function.
Problems:
Beta Was this translation helpful? Give feedback.
All reactions