log-2022 #63

Merged
philipp merged 29 commits from log-2022 into staging 2023-11-19 22:21:48 +01:00
Showing only changes of commit 0ea4fef9f7 - Show all commits

View File

@ -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