Skip to content

Commit

Permalink
skip locksmith deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
julien51 committed Aug 2, 2023
1 parent 3ded6ee commit c86ad64
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,34 +16,34 @@ jobs:
secrets:
SUBGRAPH_DEPLOY_KEY: ${{ secrets.SUBGRAPH_DEPLOY_KEY }}

deploy-locksmith-production:
if: ${{ github.repository_owner == 'unlock-protocol' }}
needs: run-all-tests
uses: ./.github/workflows/_heroku.yml
with:
bypass_diff_check: bypass
service: locksmith
app-name: unlock-locksmith-production
secrets:
HEROKU_EMAIL: ${{ secrets.HEROKU_EMAIL }}
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
# deploy-locksmith-production:
# if: ${{ github.repository_owner == 'unlock-protocol' }}
# needs: run-all-tests
# uses: ./.github/workflows/_heroku.yml
# with:
# bypass_diff_check: bypass
# service: locksmith
# app-name: unlock-locksmith-production
# secrets:
# HEROKU_EMAIL: ${{ secrets.HEROKU_EMAIL }}
# HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
# OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}

deploy-locksmith-websub-production:
if: ${{ github.repository_owner == 'unlock-protocol' }}
needs: run-all-tests
uses: ./.github/workflows/_heroku.yml
with:
bypass_diff_check: bypass
service: locksmith-websub
build-dir: locksmith
command: 'yarn worker'
container-type: worker
app-name: locksmith-websub-production
secrets:
HEROKU_EMAIL: ${{ secrets.HEROKU_EMAIL }}
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
# deploy-locksmith-websub-production:
# if: ${{ github.repository_owner == 'unlock-protocol' }}
# needs: run-all-tests
# uses: ./.github/workflows/_heroku.yml
# with:
# bypass_diff_check: bypass
# service: locksmith-websub
# build-dir: locksmith
# command: 'yarn worker'
# container-type: worker
# app-name: locksmith-websub-production
# secrets:
# HEROKU_EMAIL: ${{ secrets.HEROKU_EMAIL }}
# HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
# OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}

# Netlify Deployments
deploy-paywall-app-production:
Expand Down

0 comments on commit c86ad64

Please sign in to comment.