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