We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc411e commit 5601eb1Copy full SHA for 5601eb1
.github/workflows/main-workflow.yml
@@ -82,7 +82,7 @@ jobs:
82
- name: Set API URL for testing
83
if: (env.all || env.frontend) && !env.live
84
run: |
85
- echo "VUE_APP_API_URL=$HEROKU_REVIEW_APP_URL" > .env.production
+ echo "VUE_APP_API_URL=$heroku_review_app_url" > .env.production
86
- name: Vue build
87
if: env.all || env.frontend
88
0 commit comments