5 Commits

Author SHA1 Message Date
mazyar bc21c711ee Update .drone.yml
continuous-integration/drone/push Build is passing
2026-06-20 09:14:55 +00:00
mazyar ca85d3142d Update .drone.yml
continuous-integration/drone/push Build is failing
2026-06-20 09:12:57 +00:00
AmirReza Jamali a6e4e2cf6d feat(build): Migrate from static Nginx to Node.js server
This commit transitions the application from being served as a static site via Nginx to a full Node.js application, likely Next.js.

The Dockerfile has been completely rewritten to use a multi-stage build process:
- A `builder` stage installs dependencies and builds the application.
- A lean `runner` stage copies only the necessary production artifacts and dependencies to run the application server.

The `.drone.yml` configuration has been updated to align with this new build process and to trigger builds on the `develop` branch in addition to `main`.
2025-10-14 16:41:47 +03:30
n.nakhostin 0495cfbda1 Update .drone.yml to rename build steps for web landing 2025-08-31 15:31:42 +03:30
k.pirzargar 92a8cc8f2c Add .drone.yml 2025-08-31 00:09:33 +03:30