Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
whes1015 authored Dec 4, 2024
1 parent bad722c commit 9ee0d95
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: SSH and deploy
- name: SSH and rebuild bot
uses: appleboy/ssh-action@v1.0.0
with:
host: ${{ secrets.SERVER_HOST }}
Expand All @@ -21,6 +18,4 @@ jobs:
script: |
cd /home/user/kami-music-bot
git pull
docker compose down
docker compose build --no-cache
docker compose up -d
docker compose up -d --build discord-bot

0 comments on commit 9ee0d95

Please sign in to comment.