Replies: 1 comment
-
|
Yes! Use GitHub Actions with a matrix or multiple jobs to deploy to all your servers in parallel. How: List your servers in a matrix (like server1, server2, server3). Each job connects to one server and runs the deploy script. Use GitHub Secrets to store each server’s access keys securely. |
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 manage multiple organizations, each with its own remote server running the same application, configured via different environment variables. I’m using GitHub auto-deploy.
Is it possible to deploy to all servers simultaneously instead of deploying one by one, considering they are on different machines?
Beta Was this translation helpful? Give feedback.
All reactions