diff --git a/.gitea/workflows/stage-deploy.yaml b/.gitea/workflows/stage-deploy.yaml index 223b95980..a15648b13 100644 --- a/.gitea/workflows/stage-deploy.yaml +++ b/.gitea/workflows/stage-deploy.yaml @@ -25,13 +25,13 @@ jobs: run: | mkdir -p /root/.ssh/ touch /root/.ssh/config - echo $SSH_KEY > /root/.ssh/id_stage.pub - chmod 600 /root/.ssh/id_stage.pub + echo $SSH_KEY > /root/.ssh/id_stage + chmod 600 /root/.ssh/id_stage cat >> /root/.ssh/config <