diff --git a/.github/workflows/dotnetcore-build-publish.yml b/.github/workflows/dotnetcore-build.yml similarity index 74% rename from .github/workflows/dotnetcore-build-publish.yml rename to .github/workflows/dotnetcore-build.yml index 3dde385..80b0a7a 100644 --- a/.github/workflows/dotnetcore-build-publish.yml +++ b/.github/workflows/dotnetcore-build.yml @@ -1,4 +1,4 @@ -name: Build & Publish +name: Build on: push: @@ -51,20 +51,3 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - deploy: - name: Deploy - runs-on: ubuntu-latest - needs: - - build_and_publish - steps: - - name: Deploy on remote - uses: appleboy/ssh-action@master - with: - host: ${{ secrets.SSH_HOST }} - username: ${{ secrets.SSH_USER }} - key: ${{ secrets.SSH_KEY }} - port: ${{ secrets.SSH_PORT }} - script: | - cd wcb-bot - sh ./update.sh