-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow config using DEPLOY_URL instead of DEPLOY_PRIME_URL #350
Conversation
Based on the work from Truebill:stevehollaar/deploy-url Added comments from PR preview Default to DEPLOY_PRIME_URL if not set or invalid environment variable setting.
👷 Deploy request for netlify-plugin-cypress pending review.Visit the deploys page to approve it
|
|
|
|
@gregprodind, have you been able to verify if these changes work with the |
@mschile I have just updated my project to use my branch and used the new parameter and set it as follows: I kicked a deploy on netlify and I can see it runs against the deployed URL: Looks ok from my end. What are the issues you observed? |
@gregprodind, when I was running my test, the Could you also run setting the |
here is the log with debug turned on: |
@gregprodind Could you please sign our CLA? We won't be able to merge anything when this isn't signed. |
Closing due to inactivity |
Based on the work from Truebill:stevehollaar/deploy-url in #297.
This PR adds a new
deployUrlEnvVar
plugin input, which defaults to DEPLOY_PRIME_URL but should allow overriding with DEPLOY_URL.