Skip to content

Commit

Permalink
Trying to check by assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
ok200paul committed Aug 14, 2024
1 parent 54c5962 commit 7ac3e6d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/develop-push-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ jobs:
DB_PORT: ${{ job.services.mysql.ports[3306] }}
run: php artisan test
- name: Webhook
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 7ac3e6d

Please sign in to comment.