Skip to content

Commit

Permalink
feat(Dockerfile): auto deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
fython committed Feb 27, 2024
1 parent 169cc84 commit fae868d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,10 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
- name: Deploy for sb_2nd_bot instance
uses: fjogeleit/http-request-action@v1
with:
url: ${{ secrets.DEPLOY_WEBHOOK_CALLBACK_URL }}}
method: 'POST'
customHeaders: '{"Content-Type": "application/json"}'
data: '${{ secrets.DEPLOY_WEBHOOK_CALLBACK_BODY }}'

0 comments on commit fae868d

Please sign in to comment.