From 97748d203f765461d89526108becaad9a628b536 Mon Sep 17 00:00:00 2001 From: maren Date: Sun, 7 Jan 2024 19:42:37 -0500 Subject: [PATCH] lazygit --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index e3f8ef2..a16e53b 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -23,7 +23,7 @@ steps: - printf "Host turtle.hup.is\n\tIdentityFile ~/.ssh/deploy_ssh_key\n\tUserKnownHostsFile=/dev/null\n\tStrictHostKeyChecking=no\n" > ~/.ssh/config - chmod -R u=rwX,go= ~/.ssh # - rsync -rPvce ssh --chmod=ugo=rwX --no-times public/ www-fediparty@fediverse.party:www/ - - ssh deploy@turtle.hup.is "ls" + - ssh deploy@turtle.hup.is 'ls' when: # Only try to deploy if previous step is successful status: success