Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Commit

Permalink
Fix failing deploy production workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
albertusdev committed Nov 1, 2020
1 parent f6bf40a commit ac889ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ jobs:

# Runs a single command using the runners shell
- name: Trigger Netlify build
env:
NETLIFY_BUILD_HOOK_URL: ${{ secrets.NETLIFY_BUILD_HOOK_URL }}
run: curl -X POST -d {} $NETLIFY_BUILD_HOOK_URL

0 comments on commit ac889ff

Please sign in to comment.