Skip to content
Snippets Groups Projects
Commit e670012c authored by Elisabethein's avatar Elisabethein
Browse files

Pipeline documentation #129

parent 1d9797c4
No related branches found
No related tags found
No related merge requests found
Pipeline #47367 passed
......@@ -9,6 +9,7 @@
4. [Contribution](#contribution)
5. [License](#license)
6. [Documentation](#documentation)
7. [Pipeline and Deployment](#pipeline-and-deployment)
### Introduction
......@@ -162,4 +163,20 @@ These are the routes used in the application. They are used to navigate between
#### Store
This is the store used in the application. It is used to store the data and manage the state of the application.
The logged-in user is stored in the store.
\ No newline at end of file
The logged-in user is stored in the store.
### Pipeline and Deployment
The pipeline will run the following stages:
1. Backend build
2. Tests
3. Frontend build
4. Deployment
The deployment is done in a server with the following steps:
1. Upload the jar file to the server
2. Upload the frontend files to the server
3. Copy the frontend files to Nginx folder
4. Rebuild the docker container for the backend
5. Restart the Nginx server
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment