Skip to content

Commit

Permalink
fix(Dockerfile): fix auto deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
fython committed Feb 27, 2024
1 parent fae868d commit 17b96f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Deploy for sb_2nd_bot instance
uses: fjogeleit/http-request-action@v1
with:
url: ${{ secrets.DEPLOY_WEBHOOK_CALLBACK_URL }}}
url: ${{ secrets.DEPLOY_WEBHOOK_CALLBACK_URL }}
method: 'POST'
customHeaders: '{"Content-Type": "application/json"}'
data: '${{ secrets.DEPLOY_WEBHOOK_CALLBACK_BODY }}'

0 comments on commit 17b96f5

Please sign in to comment.