-
Notifications
You must be signed in to change notification settings - Fork 8
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
Output deployment URL #4
Comments
Prob should be high priority if it's CI for all repos |
I'll fix it as part of #1, this issue more of a reminder |
We can start with getting DEPLOYMENT_URL from the bash script for deploying to cloudflare
Set an output up for downstream actions echo "::set-output name=deploy_url::${{ env.DEPLOYMENT_URL }}" Then could get that back as an output from something like here url: ${{steps.deploy.outputs.deploy_url}}
please confirm this logic and i'll make the PR asap |
Sounds good |
/start |
Tips:
|
@gentlementlegen It seems we may close this one as "not planned" since deployment URL may be fetched from env variable + cypress seems to be working fine locally |
Agreed, and so far we've been able to fake auth even within Cypress for projects like |
# Issue was not closed as completed. Skipping. |
Original comment
We should pass cloudflare deployment preview to cypress workflow here.
What should be done:
FRONTEND_URL
env variable to https://github.com/ubiquity/cloudflare-deploy-action outputThe text was updated successfully, but these errors were encountered: