chore: remove Iranian mirror from CI workflow - use official Alpine repos
Some checks failed
Deploy Backend / deploy (push) Failing after 13s

This commit is contained in:
parsa aghaei 2026-07-12 13:35:32 +03:30
parent ab0e9517ea
commit 35686d82c3

View File

@ -13,8 +13,8 @@ jobs:
- name: Install SSH client - name: Install SSH client
run: | run: |
V=$(cut -d'.' -f1-2 /etc/alpine-release) V=$(cut -d'.' -f1-2 /etc/alpine-release)
echo "https://linux-mirror.liara.ir/repository/alpine/v$V/main" > /etc/apk/repositories echo "https://dl-cdn.alpinelinux.org/alpine/v$V/main" > /etc/apk/repositories
echo "https://linux-mirror.liara.ir/repository/alpine/v$V/community" >> /etc/apk/repositories echo "https://dl-cdn.alpinelinux.org/alpine/v$V/community" >> /etc/apk/repositories
apk add --no-cache openssh-client apk add --no-cache openssh-client
- name: Setup SSH key - name: Setup SSH key
env: env: