Skip to content

Commit

Permalink
new infra urls
Browse files Browse the repository at this point in the history
  • Loading branch information
rheber committed Sep 12, 2024
1 parent 954b656 commit 7d8d772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Pull API File
run: |
[[ ${{ github.event.inputs.environment }} = "development" ]] && API_URL='https://assets.app.dev.spiff.com.au/api.js' || API_URL='https://assets.spiff.com.au/api.js'
[[ ${{ github.event.inputs.environment }} = "development" ]] && API_URL='https://assets.aumelbdev.spiffcommerce.com/api.js' || API_URL='https://assets.us.spiffcommerce.com/shopify.js'
curl $API_URL > spiff-connect/public/js/api.js
- name: Make Zip File
Expand Down

0 comments on commit 7d8d772

Please sign in to comment.