update
Some checks failed
deploy-rs / deploy-rs (push) Failing after 8m12s

This commit is contained in:
albert 2024-05-03 09:55:30 +09:00
parent 8dfe5f75f2
commit e42e6d1610
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -7,6 +7,7 @@
shellInit = ''
set fish_greeting
set EDITOR vim
eval (ssh-agent -c)
ssh-add > /dev/null &> /dev/null
'';