From 878d8fc54403fe239ebdd63f8ad7696527c454c5 Mon Sep 17 00:00:00 2001 From: Mohammad Sajad Pourajam Date: Sat, 21 Mar 2026 00:06:15 +0330 Subject: [PATCH] CI/CD --- .gitea/workflows/frontend.yml | 35 ++++++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/frontend.yml b/.gitea/workflows/frontend.yml index 15d6ecb..2f8bced 100644 --- a/.gitea/workflows/frontend.yml +++ b/.gitea/workflows/frontend.yml @@ -25,10 +25,39 @@ jobs: - name: Setup Ubuntu apt mirrors run: | tee /etc/apt/sources.list > /dev/null <<'EOF' - deb http://mirror.iranserver.com/ubuntu/ noble main restricted universe multiverse - deb http://mirror.iranserver.com/ubuntu/ noble-updates main restricted universe multiverse - deb http://mirror.iranserver.com/ubuntu/ noble-security main restricted universe multiverse + deb https://mirror-linux.runflare.com/ubuntu/ noble main restricted universe multiverse + deb https://mirror-linux.runflare.com/ubuntu/ noble-updates main restricted universe multiverse + deb https://mirror-linux.runflare.com/ubuntu/ noble-backports main restricted universe multiverse + deb https://mirror-linux.runflare.com/ubuntu/ noble-security main restricted universe multiverse + + + deb [trusted=yes] https://mirror2.chabokan.net/ubuntu noble main universe + deb [trusted=yes] https://mirror2.chabokan.net/ubuntu noble-updates main universe + deb [trusted=yes] https://mirror2.chabokan.net/ubuntu noble-security main universe + + + deb http://mirror.iranserver.com/ubuntu/ noble main restricted + deb-src http://mirror.iranserver.com/ubuntu/ noble main restricted + + + deb http://mirror.iranserver.com/ubuntu/ noble-updates main restricted + deb-src http://mirror.iranserver.com/ubuntu/ noble-updates main restricted + + + deb http://mirror.iranserver.com/ubuntu/ noble universe + deb-src http://mirror.iranserver.com/ubuntu/ noble universe + deb http://mirror.iranserver.com/ubuntu/ noble-updates universe + + + deb http://mirror.iranserver.com/ubuntu/ noble multiverse + deb-src http://mirror.iranserver.com/ubuntu/ noble multiverse + deb http://mirror.iranserver.com/ubuntu/ noble-updates multiverse + deb-src http://mirror.iranserver.com/ubuntu/ noble-updates multiverse + + deb http://mirror.iranserver.com/ubuntu/ noble-backports main restricted universe multiverse + deb-src http://mirror.iranserver.com/ubuntu/ noble-backports main restricted universe multiverse + EOF apt-get update