Skip to content

Commit

Permalink
Tweak deploy script for libera verification
Browse files Browse the repository at this point in the history
  • Loading branch information
exelotl committed Aug 1, 2024
1 parent d6ef4ba commit 48bdc40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
cd ..
cp -a repo/dist/. build/
cd build
mv well-known .well-known
mkdir -m 700 ~/.ssh
echo "${{ secrets.SSH_KEY_SECRET }}" > ~/.ssh/id_ed25519
chmod 0600 ~/.ssh/id_ed25519
Expand Down

0 comments on commit 48bdc40

Please sign in to comment.