diff --git a/.github/workflows/update-server.yml b/.github/workflows/update-server.yml index 5c2479f..a1aa3cf 100644 --- a/.github/workflows/update-server.yml +++ b/.github/workflows/update-server.yml @@ -7,7 +7,7 @@ jobs: steps: - run: mkdir ~/.ssh - name: create ssh profile - run: echo "${{ secrets.AUTOMATION_SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa + run: echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa - run: chmod 600 ~/.ssh/id_rsa - name: update git run: ssh -o StrictHostKeyChecking=no -p ${{ secrets.SSH_PORT }} automation@neo.ixvd.net srvctl -fn neo mm u git