Compare commits

...

3 Commits

Author SHA1 Message Date
nfel c92810ad5b v2: ci updates
Signed-off-by: nfel <nfilsaraee@gmail.com>
2024-11-23 16:25:03 +03:30
nfel cdd45c2707 v2: ci updates
Signed-off-by: nfel <nfilsaraee@gmail.com>
2024-11-23 16:24:03 +03:30
nfel 6f3d8b9b42 v2: ci updates
Signed-off-by: nfel <nfilsaraee@gmail.com>
2024-11-23 16:22:46 +03:30
+7 -5
View File
@@ -25,13 +25,15 @@ jobs:
- name: install tea cli and init
run: |
mkdir tmp && cd tmp
wget https://dl.gitea.com/tea/main/tea-main-linux-amd64.xz
apt install xz-utils -y
curl -SsOL https://dl.gitea.com/tea/main/tea-main-linux-amd64.xz
apt install xz-utils -y >/dev/null
xz -d tea-main-linux-amd64.xz
mv tea-main-linux-amd64 tea
export PATH=$PATH:$(pwd)/tea
mv tea-main-linux-amd64 /usr/bin/tea
chmod +x /usr/bin/tea
cd ..
tea login \
rm -rf tmp
tea --version
tea login add \
--name ${{ gitea.server_url }} \
--token ${{ secrets.PROD_REG_TOKEN }} \
--url ${{ gitea.server_url }}