runner doesn't have pipefail
Some checks failed
/ Deploy blog to deuterium (push) Failing after 38s

Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
Naman Sood 2024-11-21 21:19:58 -05:00
parent 02d984326c
commit a8a4e3559e

View file

@ -39,7 +39,7 @@ jobs:
env:
SSH_KEY: ${{ secrets.SSH_KEY }}
run: |
set -euxo pipefail
set -eux
tailscale ping -c 2 $MACHINE
mkdir -p ~/.ssh
ssh-keyscan $MACHINE > ~/.ssh/known_hosts