This commit is contained in:
@@ -28,4 +28,4 @@ jobs:
|
||||
mkdir -p ~/.ssh
|
||||
echo "${{ secrets.DEPLOY_SSH_KEY }}" > ~/.ssh/deploy_key
|
||||
chmod 600 ~/.ssh/deploy_key
|
||||
ssh -o StrictHostKeyChecking=accept-new -i ~/.ssh/deploy_key deploy@timothykim.net
|
||||
ssh -o StrictHostKeyChecking=accept-new -i ~/.ssh/deploy_key deploy@timothykim.net deploy-timothykim.net
|
||||
|
||||
+1
-1
@@ -5,6 +5,6 @@
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hello, World!</h1>
|
||||
test 5
|
||||
test 6
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user