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 #47610 passed
......@@ -36,7 +36,7 @@ build:
artifacts:
paths:
- EmergencyAlertApplication.jar
expire_in: 1 week
expire_in: 1 month
test:
stage: test
......@@ -81,7 +81,7 @@ frontend:
artifacts:
paths:
- eaa_frontend/dist
expire_in: 1 week
expire_in: 1 month
deploy:
stage: deploy
......
......@@ -178,5 +178,5 @@ The deployment is done to 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
4. Rebuild the docker container for the backend (database container is up and running)
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