Skip to content

Commit

Permalink
Merge pull request #18 from openfoodfoundation/feature/prepping-staging
Browse files Browse the repository at this point in the history
Feature: Only deploy if the repo has a deploy webhook URL
  • Loading branch information
ok200paul authored Aug 14, 2024
2 parents d769abc + f8ae01e commit b5dea8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop-push-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
run-tests:
env:
stagingDeploySecret: ${{secrets.DEPLOY_URL_STAGING_HEY}}
stagingDeploySecret: ${{secrets.DEPLOY_URL_STAGING}}

runs-on: ubuntu-latest
services:
Expand Down

0 comments on commit b5dea8e

Please sign in to comment.