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

Merged with branch Elisabet and extended artefacts expiration time

parent 96cfb9af
Branches main
No related merge requests found
Pipeline #48327 passed
...@@ -36,7 +36,7 @@ build: ...@@ -36,7 +36,7 @@ build:
artifacts: artifacts:
paths: paths:
- EmergencyAlertApplication.jar - EmergencyAlertApplication.jar
expire_in: 1 week expire_in: 1 month
test: test:
stage: test stage: test
...@@ -81,7 +81,7 @@ frontend: ...@@ -81,7 +81,7 @@ frontend:
artifacts: artifacts:
paths: paths:
- eaa_frontend/dist - eaa_frontend/dist
expire_in: 1 week expire_in: 1 month
deploy: deploy:
stage: deploy stage: deploy
......
...@@ -178,5 +178,5 @@ The deployment is done to a server with the following steps: ...@@ -178,5 +178,5 @@ The deployment is done to a server with the following steps:
1. Upload the jar file to the server 1. Upload the jar file to the server
2. Upload the frontend files to the server 2. Upload the frontend files to the server
3. Copy the frontend files to Nginx folder 3. Copy the frontend files to Nginx folder
4. Rebuild the docker container for the backend 4. Rebuild the docker container for the backend (database container is up and running)
5. Restart the Nginx server 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