6 Commits

Author SHA1 Message Date
7885f6790e
Combine SSH setup and deployment
All checks were successful
Deploy to Server / deploy (push) Successful in 30s
- Consolidates SSH setup and deployment into a single step.
- Simplifies the deployment workflow by combining steps.
- Uses a more concise SSH command for deployment.
- Removes unnecessary SSH key agent initialization.
- Uses relative path `repo` in the deployment command.
2025-05-14 20:08:17 -03:00
6a4aef9042
Add SSH agent forwarding for deployment
Some checks failed
Deploy to Server / deploy (push) Failing after 4s
- Initialize SSH agent forwarding to allow SSH key usage.
- This resolves issues with deploying to the server.
- Ensures the deployment process can access the SSH key.
2025-05-14 20:04:38 -03:00
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