This commit is contained in:
philipp 2023-07-30 17:30:11 +02:00
parent c4f070fa05
commit 63f2e805ca

View File

@ -55,6 +55,7 @@ deploy-main:
script:
- ssh $SSH_USER@$SSH_HOST 'sudo systemctl stop rot'
- scp target/$CARGO_TARGET/release/rot $SSH_USER@$SSH_HOST:/home/k004373/rowing
- ssh $SSH_USER@$SSH_HOST 'mkdir /home/k004373/rowing-staging/svelte/build'
- scp -r static $SSH_USER@$SSH_HOST:/home/k004373/rowing/
- scp -r templates $SSH_USER@$SSH_HOST:/home/k004373/rowing/
- scp -r svelte $SSH_USER@$SSH_HOST:/home/k004373/rowing/