From 104897bb7a290a1e681eaa45a0d47adca269c1d0 Mon Sep 17 00:00:00 2001 From: snusxd Date: Tue, 14 Apr 2026 13:34:39 +0300 Subject: [PATCH] ci/cd: add environment variables for backend and frontend configuration --- .env | 2 ++ docker-compose.yml | 1 + frontend | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..b6cfbf4 --- /dev/null +++ b/.env @@ -0,0 +1,2 @@ +VITE_BACKEND_DOMAIN=https://api.snusxd.site +VITE_LASTFM_API=577403120879aadec2e6fd0d6160cca4 \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index b4c1c92..ead8bbe 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,6 +15,7 @@ services: context: ./frontend args: - VITE_BACKEND_DOMAIN=${VITE_BACKEND_DOMAIN} + - VITE_LASTFM_API=${VITE_LASTFM_API} volumes: covers_data: diff --git a/frontend b/frontend index 079176a..9b1c8f7 160000 --- a/frontend +++ b/frontend @@ -1 +1 @@ -Subproject commit 079176a22f5493924903b49a422416bfa15956eb +Subproject commit 9b1c8f710e441e41ec43a630b7ceae66b217577f