diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index b5f9f42..a752bf5 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -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