aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2022-03-25 21:13:54 +0100
committern-peugnet <n.peugnet@free.fr>2022-03-25 21:13:54 +0100
commit9d59630199301a75a0fb8446e0d55b98944e19c2 (patch)
tree8a34f707219ca88333ab93fab79782dc4f99de37 /.github
parentde8bf706f6323411ea2a06f11fe5df953e9db32e (diff)
downloadclub1-docs-9d59630199301a75a0fb8446e0d55b98944e19c2.tar.gz
club1-docs-9d59630199301a75a0fb8446e0d55b98944e19c2.zip
github action add club1.fr public key to known hosts
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a922a11..c9fc629 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -18,5 +18,6 @@ jobs:
chmod 700 .ssh
echo "${{ secrets.RSA_KEY }}" > .ssh/id_rsa
chmod 600 .ssh/id_rsa
+ echo "club1.fr ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBC64tjZ1WjxMMoGeWiipApfCAaQe1sP/YFoNWYtckXV7XfFFKsBf70SHUw/oPjVZ1sdwcIL8wsH8Q00oYMIv7M=" > .ssh/known_hosts
- name: Publish
run: make publish USER=docs