Skip to content

Commit

Permalink
Set proper API url in netlify deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
elboletaire authored and gerouvi committed Oct 18, 2024
1 parent 43b53d4 commit 86d2ef5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
CSP_PUBKEY: ${{ secrets.CSP_PUBKEY }}
STRIPE_PUBLIC_KEY: pk_test_51P6vaOI1T5UnHYElxQ2aqpc7DZET6spnYww8ItU7rOv94OTHlGzvh4fK3Z5HVTGT2KmGLnDCcUnvBUjODYiL61W600XBPAnoZZ
THEME: saas
SAAS_URL: https://saas-dev.vocdoni.app/
SAAS_URL: https://saas-api-dev.vocdoni.net/

- name: Deploy to Netlify
uses: nwtgck/[email protected]
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
CSP_PUBKEY: ${{ secrets.CSP_PUBKEY }}
STRIPE_PUBLIC_KEY: pk_test_51PNuOtDW6VLep8WG8WFS7KZocugbzYbkuNn94WAxuGZUa1maPK7kv5BnEPN3x5bXLaCYhHRkBmmGJVVvcDkbbnbS00V4LExTPD
THEME: saas
SAAS_URL: https://saas-dev.vocdoni.app/
SAAS_URL: https://saas-api-dev.vocdoni.net/

- name: Deploy to Netlify
uses: nwtgck/[email protected]
Expand Down

0 comments on commit 86d2ef5

Please sign in to comment.