Skip to content

Commit

Permalink
add missing steps
Browse files Browse the repository at this point in the history
  • Loading branch information
timbmg committed Jun 6, 2021
1 parent 3ce1928 commit 0d44c96
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 @@ -9,9 +9,9 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest

- name: Webhook
uses: distributhor/workflow-webhook
with:
url: "http://${{ secrets.VM_IP }}:${{ secrets.VM_WEBHOOK_PORT }}/hooks/redeploy-webhook"
json: '{ webhook_token: ${{secrets.WEBHOOK_TOKEN}} }'
steps:
- name: Webhook
uses: distributhor/workflow-webhook
with:
url: "http://${{ secrets.VM_IP }}:${{ secrets.VM_WEBHOOK_PORT }}/hooks/redeploy-webhook"
json: '{ webhook_token: ${{secrets.WEBHOOK_TOKEN}} }'

0 comments on commit 0d44c96

Please sign in to comment.