mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-14 08:02:17 +00:00
grub gaming
This commit is contained in:
parent
37314f48b5
commit
2348380814
1 changed files with 2 additions and 2 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.178.31 "rm $COPY_TO || true"
|
||||
- ssh -tt -o StrictHostKeyChecking=no uncertainty@192.168.178.31 "rm $COPY_TO || true"
|
||||
- scp -o StrictHostKeyChecking=no $COPY_FROM uncertainty@192.168.178.31:$COPY_TO
|
||||
- ssh -o StrictHostKeyChecking=no uncertainty@192.168.178.31 "doas service lynxie restart"
|
||||
- ssh -tt -o StrictHostKeyChecking=no uncertainty@192.168.178.31 "doas service lynxie restart"
|
||||
environment:
|
||||
COPY_FROM: lynxie
|
||||
COPY_TO: /home/uncertainty/lynxie
|
||||
|
|
Loading…
Add table
Reference in a new issue