Skip to content

Commit

Permalink
Merge pull request #13 from openfoodfoundation/feature/prepping-staging
Browse files Browse the repository at this point in the history
Update develop-push-deploy.yml
  • Loading branch information
ok200paul authored Aug 14, 2024
2 parents 00f0dbb + 2248172 commit 82b3b76
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/develop-push-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,9 @@ jobs:
DB_PORT: ${{ job.services.mysql.ports[3306] }}
run: php artisan test
- name: Webhook
if: "${{ secrets.DOCKER_USERNAME }}"
uses: joelwmale/webhook-action@master
env:
MY_KEY: ${{ secrets.DOCKER_USERNAME }}
WEBHOOK_URL: ${{ secrets.DEPLOY_URL_STAGING }}
data: "Deploy VINE staging please!"
if: "${{ env.MY_KEY != '' }}"
uses: joelwmale/webhook-action@master

0 comments on commit 82b3b76

Please sign in to comment.