Skip to content

Commit

Permalink
Remove publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
realwoopee authored Jul 20, 2023
1 parent 63c4fbc commit 4828ca2
Showing 1 changed file with 1 addition and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build & Publish
name: Build

on:
push:
Expand Down Expand Up @@ -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

0 comments on commit 4828ca2

Please # to comment.