4 Commits

Author SHA1 Message Date
72f8d98cec
Rename and update deployment workflow
Some checks failed
Deploy to Server / deploy (push) Failing after 4s
- Renames the workflow from `CI` to `Deploy to Server`.
- Adds SSH key setup and deployment steps.
- Uses secrets for SSH key, host, user, and port.
- Pulls the latest changes from the origin master branch.
- Executes the build script after pulling changes.
2025-05-14 20:03:07 -03:00
0453f65a3d
Fixed error
All checks were successful
CI / say-hello (push) Successful in 39s
2025-05-14 19:58:57 -03:00
5150da0bb0
Testing CI 2025-05-14 19:58:22 -03:00
3250700c4f
Add Gitea Actions deployment workflow
Some checks failed
Deploy to Server / deploy (push) Has been cancelled
- Adds a workflow to deploy to the server on master pushes.
- Uses secrets for SSH key, host, user, and port.
- Installs necessary dependencies within the workflow.
- Stashes local changes and pulls the latest changes via SSH.
- Executes the build script after pulling the latest changes.
2025-05-14 19:35:23 -03:00