Replies: 1 comment
-
|
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
-
I've been following this awesome template for a while now, and I have a question about deploying servers with GitHub Actions.
In some projects, I use GitHub Actions to connect to my server, update the code, build, and restart the pm2 service.
For other projects, I build Docker images using GitHub Actions, push them to my GitHub container repository, and then use SSH to pull and restart on my server.
I'm curious, which approach would you recommend for this template?
Beta Was this translation helpful? Give feedback.
All reactions