Skip to content

Commit

Permalink
Feature: Add conditional deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
ok200paul committed Aug 14, 2024
1 parent 6ca547d commit b4b6d51
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/develop-push-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,9 @@ jobs:
DB_PASSWORD:
DB_PORT: ${{ job.services.mysql.ports[3306] }}
run: php artisan test
# TODO: Deploy
- name: Webhook
if: secrets.DEPLOY_URL_STAGING != ''
uses: joelwmale/webhook-action@master
env:
WEBHOOK_URL: ${{ secrets.DEPLOY_URL_STAGING }}
data: "Deploy VINE staging please!"

0 comments on commit b4b6d51

Please sign in to comment.