build #10

Merged
k1nq merged 22 commits from build into dev 2025-11-30 04:47:42 +00:00

22 Commits

Author SHA1 Message Date
k1nq 4956039ae8 fix: restrict build workflow to trigger only on master branch
Test / test (pull_request) Successful in 17s Details
2025-11-30 09:46:58 +05:00
k1nq 2fcf75b859 fix: add healthcheck configurations for app, postgres, and redis services in docker-compose
Build and deploy / build (push) Successful in 11s Details
Build and deploy / deploy (push) Successful in 17s Details
2025-11-30 00:33:50 +05:00
k1nq 373b42768c fix: update Dockerfile to set correct working directory for migrations
Build and deploy / build (push) Successful in 18s Details
Build and deploy / deploy (push) Successful in 17s Details
2025-11-30 00:30:44 +05:00
k1nq 755547b7bf fix: replace postgresql-libs with libpq in Dockerfile and streamline file copying
Build and deploy / build (push) Failing after 11s Details
Build and deploy / deploy (push) Has been skipped Details
2025-11-30 00:26:44 +05:00
k1nq 0e48023258 fix: add migrations service to docker-compose and update build workflow for migrations image
Build and deploy / build (push) Successful in 20s Details
Build and deploy / deploy (push) Successful in 15s Details
2025-11-30 00:18:19 +05:00
k1nq ef6b6d598e fix: add restart policy and volume mapping for postgres and redis services in docker-compose
Build and deploy / build (push) Successful in 10s Details
Build and deploy / deploy (push) Successful in 15s Details
2025-11-30 00:03:21 +05:00
k1nq 82812ecf72 fix: correct middleware reference in FastAPI application setup
Build and deploy / build (push) Successful in 6s Details
Test / test (push) Successful in 15s Details
Build and deploy / deploy (push) Successful in 11s Details
2025-11-29 23:58:53 +05:00
k1nq 03831499ca fix: add CORS middleware to allow specific origins and methods
Build and deploy / build (push) Successful in 11s Details
Test / test (push) Failing after 11s Details
Build and deploy / deploy (push) Successful in 12s Details
2025-11-29 23:57:50 +05:00
k1nq 31d1d8de1e fix: update port mapping for app service in docker-compose configuration
Build and deploy / build (push) Successful in 10s Details
Build and deploy / deploy (push) Successful in 21s Details
2025-11-29 23:36:17 +05:00
k1nq 9083d9d23c fix: remove unnecessary protocol from image URL in docker-compose configuration
Build and deploy / build (push) Successful in 10s Details
Build and deploy / deploy (push) Successful in 19s Details
2025-11-29 23:30:17 +05:00
k1nq 4c0b162112 fix: remove unnecessary braces from image URL in docker-compose configuration
Build and deploy / build (push) Successful in 10s Details
Build and deploy / deploy (push) Successful in 15s Details
2025-11-29 20:02:59 +05:00
k1nq 54de35d403 fix: update deployment step to create directory on remote host
Build and deploy / build (push) Successful in 13s Details
Build and deploy / deploy (push) Successful in 10s Details
2025-11-29 19:55:41 +05:00
k1nq 1e4bea46c2 fix: add step to create deployment directory in build workflow
Build and deploy / build (push) Successful in 10s Details
Build and deploy / deploy (push) Failing after 4s Details
2025-11-29 19:38:19 +05:00
k1nq e1b15f57a0 fix: update build and deploy steps in workflow and refine docker-compose configuration
Build and deploy / build (push) Successful in 10s Details
Build and deploy / deploy (push) Failing after 4s Details
2025-11-29 19:32:12 +05:00
k1nq 3f071a7f36 fix: correct Docker build context path in build workflow
Build and deploy / build (push) Successful in 26s Details
2025-11-29 19:24:56 +05:00
k1nq d35bc3cc6c fix: remove colon from 'Restart services' step in build workflow
Build and deploy / build (push) Failing after 12s Details
Build and deploy / deploy (push) Has been skipped Details
2025-11-29 17:45:10 +05:00
k1nq b9c77f2766 fix: uncomment branches filter in build workflow trigger 2025-11-29 17:44:34 +05:00
k1nq 276c40ce6c fix: add missing login step for Docker registry and correct SSH agent version 2025-11-29 12:33:28 +05:00
k1nq 4bdc575892 fix: remove extra spaces in docker push command and SSH key configuration 2025-11-29 12:32:08 +05:00
k1nq a06a6eb834 fix: correct workflow_dispatch syntax in build configuration 2025-11-29 12:22:13 +05:00
k1nq ecc23321ba fix: comment out branches filter in build workflow trigger 2025-11-29 12:20:36 +05:00
k1nq dc2046cc1a feat: add CI/CD workflow for building and deploying application with Docker 2025-11-29 12:19:44 +05:00