euchre-live

Euchre web-app for the socially distant family
git clone git://git.alexkarle.com/euchre-live.git
Log | Files | Refs | README | LICENSE

commit 398561c7b2950638e00a40afc72cb053a818a855 (patch)
parent b21cbff8f9c4506ad97414a529cf0c09c7f7cb19
Author: Alex Karle <alex@karle.co>
Date:   Tue, 26 May 2020 22:11:58 -0400

ci: Fix broken SSH key for release stage

The SSH key referenced by the old secret had a password, causing the
release stage to hang.

It took me a while to realize this was my fault for adding a password
when I created it (old habits die hard?).

Should be fixed now.

Diffstat:
M.build.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.build.yml b/.build.yml @@ -9,7 +9,7 @@ packages: sources: - https://git.sr.ht/~akarle/euchre-live secrets: - - 923b614a-772e-472a-b9d5-e742fc0697c0 + - f39736f0-38a1-48d5-9c75-13529a1130cd environment: PERL5LIB: /home/build/perl5/lib/perl5 shell: true