mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-14 08:02:17 +00:00
fuck my router
This commit is contained in:
parent
10acb07216
commit
44e14e1273
1 changed files with 3 additions and 3 deletions
|
@ -15,9 +15,9 @@ steps:
|
|||
- mkdir -p ~/.ssh
|
||||
- echo "$SSH_KEY" > ~/.ssh/id_rsa
|
||||
- chmod 600 ~/.ssh/id_rsa
|
||||
- ssh -o StrictHostKeyChecking=no uncertainty@192.168.0.44 "rm $COPY_TO || true"
|
||||
- scp -o StrictHostKeyChecking=no $COPY_FROM uncertainty@192.168.0.44:$COPY_TO
|
||||
- ssh -o StrictHostKeyChecking=no uncertainty@192.168.0.44 "doas service lynxie restart"
|
||||
- ssh -o StrictHostKeyChecking=no uncertainty@192.168.0.45 "rm $COPY_TO || true"
|
||||
- scp -o StrictHostKeyChecking=no $COPY_FROM uncertainty@192.168.0.45:$COPY_TO
|
||||
- ssh -o StrictHostKeyChecking=no uncertainty@192.168.0.45 "doas service lynxie restart"
|
||||
environment:
|
||||
COPY_FROM: lynxie
|
||||
COPY_TO: /home/uncertainty/lynxie
|
||||
|
|
Loading…
Add table
Reference in a new issue