diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index 7d0227c..0000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,36 +0,0 @@ -name: Deploy - -on: - push: - branches: - - master - -concurrency: - group: master - cancel-in-progress: true - -jobs: - deploy: - name: Deploy - runs-on: ubuntu-latest - steps: - - name: Configure SSH - env: - SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} - SSH_HOST: ${{ secrets.SSH_HOST }} - SSH_USER: ${{ secrets.SSH_USER }} - run: | - mkdir -p ~/.ssh/ - echo "$SSH_PRIVATE_KEY" > ~/.ssh/github - chmod 600 ~/.ssh/github - cat >>~/.ssh/config < ~/.ssh/github + chmod 600 ~/.ssh/github + cat >>~/.ssh/config <