Skip to content

Commit

Permalink
Merge pull request #9 from openfoodfoundation/feature/prepping-staging
Browse files Browse the repository at this point in the history
Feature: Add conditional deployments
  • Loading branch information
ok200paul authored Aug 14, 2024
2 parents c2f158b + b4b6d51 commit 990c60b
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 990c60b

Please sign in to comment.