push
Some checks failed
CI/CD Pipeline / test (push) Successful in 11m20s
CI/CD Pipeline / deploy-main (push) Has been skipped
CI/CD Pipeline / deploy-staging (push) Failing after 14m53s

This commit is contained in:
philipp 2023-11-19 20:14:08 +01:00
parent 922716e1b7
commit a5aee6c6ed

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