+2
-2
.tangled/workflows/build.yml
+2
-2
.tangled/workflows/build.yml
···
37
37
mkdir ~/.ssh
38
38
echo "${SSH_KEY}" > ~/.ssh/id_tangledsh
39
39
chmod 600 ~/.ssh/id_tangledsh
40
-
cat > /etc/ssh/sshd_config << EOF
40
+
cat > /etc/ssh/ssh_config << EOF
41
41
Host deploy
42
42
HostName ${SERVER_HOST}
43
43
User ${SERVER_USER}
···
48
48
PasswordAuthentication no
49
49
PubkeyAuthentication yes
50
50
EOF
51
-
chmod 600 /etc/ssh/sshd_config
51
+
chmod 600 /etc/ssh/ssh_config
52
52
ssh-keyscan -H $SERVER_HOST >> ~/.ssh/known_hosts
53
53
54
54
- name: "Deploy via SCP"
+1
-1
README.md
+1
-1
README.md
···
10
10
* Replaced favicon
11
11
* Ported in guestbook functionality from another PDS frontpage (see new config options)
12
12
* Secret unique easter egg :)
13
-
* Wrote deploy pipeline for tangled.sh (WORK IN PROGRESS help try #4 - ssh key format?)
13
+
* Wrote deploy pipeline for tangled.sh (WORK IN PROGRESS help try #5 - changing ssh perms?)
14
14
15
15
you can see it running at [my pds!](https://shimaenaga.veryroundbird.house)
16
16