Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Emergency Alert Application
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software Project
Emergency Alert Application
Commits
e670012c
Commit
e670012c
authored
4 months ago
by
Elisabethein
Browse files
Options
Downloads
Patches
Plain Diff
Pipeline documentation
#129
parent
1d9797c4
No related branches found
No related tags found
No related merge requests found
Pipeline
#47367
passed
4 months ago
Stage: build
Stage: test
Stage: frontend
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+18
-1
18 additions, 1 deletion
README.md
with
18 additions
and
1 deletion
README.md
+
18
−
1
View file @
e670012c
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment