Commit Graph

6 Commits

Author SHA1 Message Date
41f1c402ed feat: Add test deployment workflow and setup documentation
- Implemented a new GitHub Actions workflow for testing deployments (`test-deployment.yml`).
- Created detailed deployment documentation (`DEPLOYMENT-README.md`, `DEPLOYMENT.md`, `QUICK-START.md`) for setting up the testing server and configuring GitHub secrets.
- Added a setup script (`setup-testing-server.sh`) for automating the environment setup on the testing server, including Docker, Nginx, and user configurations.
- Included monitoring and cleanup scripts for managing deployments on the server.
2025-10-13 20:59:12 +03:00
2885f0d74e fix: add confirmation message for test completion 2025-10-13 17:30:41 +03:00
91998f2fb2 fix: add develop branch to push triggers in test workflow 2025-10-13 17:27:39 +03:00
943b02c387 fix: remove unnecessary steps from test workflow 2025-10-13 17:25:35 +03:00
aa77fb0440 fix: update runner environment to use ubuntu-latest in test workflow 2025-10-13 17:00:56 +03:00
2de339418e feat: add initial test runner workflow for CI/CD integration 2025-10-13 16:56:53 +03:00