added blocking call for createOrRetrieveCustomer in get_stripe_url ed… #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |