Skip to content

Commit

Permalink
removed quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
timbmg committed Jun 6, 2021
1 parent f840a08 commit af84bb4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Webhook
uses: distributhor/workflow-webhook@v2
env:
webhook_url: "http://${{ secrets.VM_IP }}:${{ secrets.VM_WEBHOOK_PORT }}/hooks/redeploy-webhook"
data: '{ webhook_token: ${{secrets.WEBHOOK_TOKEN}} }'
verify_ssl: false
- name: Invoke deployment hook
uses: distributhor/workflow-webhook@v2
env:
webhook_url: http://${{ secrets.VM_IP }}:${{ secrets.VM_WEBHOOK_PORT }}/hooks/redeploy-webhook
data: '{ webhook_token: ${{secrets.WEBHOOK_TOKEN}} }'
verify_ssl: false

0 comments on commit af84bb4

Please sign in to comment.