Skip to content

added blocking call for createOrRetrieveCustomer in get_stripe_url ed… #2

added blocking call for createOrRetrieveCustomer in get_stripe_url ed…

added blocking call for createOrRetrieveCustomer in get_stripe_url ed… #2

Workflow file for this run

name: deploy
on:
# Deploys when main is updated
push:
branches: [main]
# Allows manual trigger from Actions tab
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: "Deploys landing page through a build hook"
run: curl -X POST ${{ secrets.LANDING_PAGE_BUILD_HOOK }}