From 673330bac3a7b6b847023199c12389acd1743725 Mon Sep 17 00:00:00 2001 From: Elisabethein <116276282+Elisabethein@users.noreply.github.com> Date: Mon, 16 Dec 2024 22:35:01 +0200 Subject: [PATCH] Merged with branch Elisabet and extended artefacts expiration time --- .gitlab-ci.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9c62c25..4e4a9c9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/README.md b/README.md index fd719b7..30282e6 100644 --- a/README.md +++ b/README.md @@ -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 -- GitLab