diff --git a/.github/workflows/build-push.yml b/.github/workflows/build-push.yml index 96782e4855052f..12f3ac56842b94 100644 --- a/.github/workflows/build-push.yml +++ b/.github/workflows/build-push.yml @@ -68,9 +68,6 @@ jobs: # - name: Release Images # run: | # curl -H "Authorization: Bearer ${{ secrets.UPDATE_DIFY_JP_TOKEN }}" ${{ secrets.UPDATE_DIFY_JP }} - - name: Release Images - run: | - ssh -i ${{ secrets.PKEY }} ${{ secrets.ENDPOINT }} "cd /data && ls" - name: Exec cmd on remote server uses: Comori/ssh@v0.0.1 with: