log-2022 #64

Merged
philipp merged 78 commits from log-2022 into main 2023-11-20 10:11:05 +01:00
Showing only changes of commit a5aee6c6ed - Show all commits

View File

@ -72,10 +72,7 @@ jobs:
- name: Deploy to Staging
run: |
apt-get update
apt-get install nodejs -y
apt-get install npm -y
mkdir ~/.ssh
ssh-keyscan -H $SSH_HOST >> ~/.ssh/known_hosts
scp target/$CARGO_TARGET/release/rot $SSH_USER@$SSH_HOST:/home/k004373/rowing-staging/rot-updating