Skip to content

Commit

Permalink
verify ssl false
Browse files Browse the repository at this point in the history
  • Loading branch information
timbmg committed Jun 6, 2021
1 parent 89383c7 commit a338dd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ jobs:
uses: distributhor/workflow-webhook@v2
with:
webhook_url: "http://${{ secrets.VM_IP }}:${{ secrets.VM_WEBHOOK_PORT }}/hooks/redeploy-webhook"
data: '{ webhook_token: ${{secrets.WEBHOOK_TOKEN}} }'
data: '{ webhook_token: ${{secrets.WEBHOOK_TOKEN}} }'
verify_ssl: false

0 comments on commit a338dd2

Please sign in to comment.