From 922716e1b76370703b50b3309daca4e0e5b70c01 Mon Sep 17 00:00:00 2001 From: philipp Date: Sun, 19 Nov 2023 19:36:19 +0100 Subject: [PATCH] push --- .gitea/workflows/action.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index bef1a1c..b5f9f42 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -72,10 +72,6 @@ jobs: - name: Deploy to Staging run: | - apt-get update -qq && apt-get install -y -qq sshpass musl musl-tools sqlite3 curl gnupg - mkdir -p /etc/apt/keyrings - curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --batch --no-tty --dearmor -o /etc/apt/keyrings/nodesource.gpg - echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_16.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list apt-get update apt-get install nodejs -y apt-get install npm -y