diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index f3c8a2d..1b1b7ab 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -43,14 +43,4 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} - - name: Deploy - uses: appleboy/ssh-action@master - with: - host: ${{ secrets.HOST }} - username: ${{ secrets.USERNAME }} - key: ${{ secrets.KEY }} - script: | - docker compose pull twigs - docker compose up -d --build twigs - docker image prune -f + labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file