Skip to content

Commit

Permalink
fast deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
julien51 committed Nov 1, 2023
1 parent d902248 commit 2c5e0d9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ on:
- production

jobs:
run-all-tests:
uses: ./.github/workflows/_tests.yml
# run-all-tests:
# uses: ./.github/workflows/_tests.yml

deploy-all-subgraphs:
if: ${{ github.repository_owner == 'unlock-protocol' }}
needs: run-all-tests
# needs: run-all-tests
uses: ./.github/workflows/_subgraph.yml
secrets:
SUBGRAPH_DEPLOY_KEY: ${{ secrets.SUBGRAPH_DEPLOY_KEY }}

deploy-locksmith-production:
if: ${{ github.repository_owner == 'unlock-protocol' }}
needs: run-all-tests
# needs: run-all-tests
uses: ./.github/workflows/_heroku.yml
with:
bypass_diff_check: bypass
Expand All @@ -32,7 +32,7 @@ jobs:
# Netlify Deployments
deploy-paywall-app-production:
if: ${{ github.repository_owner == 'unlock-protocol' }}
needs: run-all-tests
# needs: run-all-tests
uses: ./.github/workflows/_netlify.yml
with:
bypass_diff_check: bypass
Expand All @@ -44,7 +44,7 @@ jobs:

deploy-wedlocks:
if: ${{ github.repository_owner == 'unlock-protocol' }}
needs: run-all-tests
# needs: run-all-tests
uses: ./.github/workflows/_netlify.yml
with:
service: wedlocks
Expand Down

0 comments on commit 2c5e0d9

Please sign in to comment.