From c235cabbbe84afe86ce7a242974e2e3b67059e66 Mon Sep 17 00:00:00 2001 From: maren Date: Sun, 7 Jan 2024 19:49:49 -0500 Subject: [PATCH] lazygit --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 5688b16..82d3e41 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 'touch wefoiuewofuwehf.txt' + - ssh deploy@turtle.hup.is 'ls -la' when: # Only try to deploy if previous step is successful status: success