tangled
alpha
login
or
join now
veryroundbird.house
/
pds-dash
4
fork
atom
pds dash for shimaenaga.veryroundbird.house (based off of pds.witchcraft.systems)
4
fork
atom
overview
issues
pulls
pipelines
wait is the config file wrong
veryroundbird.house
5 months ago
67123373
e266927c
0/1
build.yml
failed
16s
+2
-2
1 changed file
expand all
collapse all
unified
split
.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
40
-
cat > /etc/ssh/ssh_config << EOF
40
40
+
cat > /etc/ssh/sshd_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
51
-
chmod 600 /etc/ssh/ssh_config
51
51
+
chmod 600 /etc/ssh/sshd_config
52
52
ssh-keyscan -H $SERVER_HOST >> ~/.ssh/known_hosts
53
53
54
54
- name: "Deploy via SCP"