Skip to content

Conversation

@denisdobra10
Copy link
Collaborator

No description provided.

@what-the-diff
Copy link

what-the-diff bot commented Nov 27, 2025

PR Summary

  • Introduction of a new automated deployment process
    A new system is in place that will deploy the current working version of our project automatically. This happens when updates are pushed out to a particular project branch. In essence, it will help accelerate and streamline our project's release life cycle.

  • Detailed steps involved in the process include

    • The necessary code is retrieved.
    • A programming environment, specifically Node.js version 22, is set up.
    • Any dependencies that our project has are installed.
    • Our project is built using Nuxt, a versatile development framework.
    • Components of the built project are stored (uploaded), and can later be retrieved (downloaded) as necessary.
    • The built version of our project is sent to a designated server for access by our users.
    • After deploying the updated project, it completes the process by resetting the stored project version and, if need be, restarting it.

This system improves the overall efficiency of our update and release process, ensuring smooth and prompt access to the updated project for our users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant