From 4828ca2d9ee4e163ad344785d34ae720818de0e7 Mon Sep 17 00:00:00 2001 From: Danila Pokhabov Date: Fri, 21 Jul 2023 00:05:54 +0700 Subject: [PATCH] Remove publish job --- ...build-publish.yml => dotnetcore-build.yml} | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) rename .github/workflows/{dotnetcore-build-publish.yml => dotnetcore-build.yml} (74%) 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