This commit is contained in:
parent
8dfe5f75f2
commit
e42e6d1610
2 changed files with 1 additions and 3 deletions
|
@ -84,9 +84,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
ssh -q -A -o StrictHostKeyChecking=no albert@framework-server \
|
ssh -q -A -o StrictHostKeyChecking=no albert@framework-server \
|
||||||
"
|
"
|
||||||
env | grep SSH
|
|
||||||
ssh-add
|
|
||||||
env | grep SSH
|
|
||||||
cd /etc/nixos/git
|
cd /etc/nixos/git
|
||||||
git pull
|
git pull
|
||||||
deploy
|
deploy
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
shellInit = ''
|
shellInit = ''
|
||||||
set fish_greeting
|
set fish_greeting
|
||||||
set EDITOR vim
|
set EDITOR vim
|
||||||
|
eval (ssh-agent -c)
|
||||||
ssh-add > /dev/null &> /dev/null
|
ssh-add > /dev/null &> /dev/null
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue