Skip to content

Commit

Permalink
fix: seret name
Browse files Browse the repository at this point in the history
  • Loading branch information
libruce committed Apr 18, 2023
1 parent 2e6d3ab commit 4cc1de7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
run: |
poly_js=$(find apps/storefront/dist/assets -name polyfills-legacy.*.js -type f -printf '%f')
index_js=$(find apps/storefront/dist/assets -name index-legacy.*.js -type f -printf '%f')
curl --location --request POST '${{ secrets.API_HOST }}/api/v3/stores/revisions' \
--header 'Authorization: Basic ${{ secrets.API_CREDENTIAL }}' \
curl --location --request POST '${{ secrets.API_HOST_PRODUCTION }}/api/v3/stores/revisions' \
--header 'Authorization: Basic ${{ secrets.API_CREDENTIAL_PRODUCTION }}' \
--header 'Content-Type: application/json' \
--data-binary @- << EOF
{
Expand Down

0 comments on commit 4cc1de7

Please sign in to comment.