test change
Build and Push Docker Image / build (push) Successful in 9s

This commit is contained in:
2026-03-13 17:24:34 -04:00
parent 59578645c9
commit dc98098cd4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -28,4 +28,4 @@ jobs:
mkdir -p ~/.ssh mkdir -p ~/.ssh
echo "${{ secrets.DEPLOY_SSH_KEY }}" > ~/.ssh/deploy_key echo "${{ secrets.DEPLOY_SSH_KEY }}" > ~/.ssh/deploy_key
chmod 600 ~/.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
View File
@@ -5,6 +5,6 @@
</head> </head>
<body> <body>
<h1>Hello, World!</h1> <h1>Hello, World!</h1>
test 5 test 6
</body> </body>
</html> </html>