Expand the existing CI setup by adding a new GitHub Actions workflow to automate the deployment process. The new workflow should: - Trigger on Push to Main - SSH into the Server - Pull Latest Changes - Restart Services
Expand the existing CI setup by adding a new GitHub Actions workflow to automate the deployment process.
The new workflow should:
Trigger on Push to Main
SSH into the Server
Pull Latest Changes
Restart Services