diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d19d31..8a32f2f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,31 +120,7 @@ jobs: concurrency: group: production cancel-in-progress: true - env: - DEPLOY_DIRECTORY: ${{ secrets.DEPLOY_DIRECTORY }} - DEPLOY_NVM_DIRECTORY: ${{ secrets.DEPLOY_NVM_DIRECTORY }} steps: - - name: Configure SSH - env: - DEPLOY_HOST: ${{ secrets.DEPLOY_HOST }} - DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }} - DEPLOY_USER: ${{ secrets.DEPLOY_USER }} + - name: Trigger Coolify deployment run: | - mkdir -p ~/.ssh - echo "$DEPLOY_KEY" > ~/.ssh/deploy - chmod 600 ~/.ssh/deploy - cat >>~/.ssh/config <