-
Notifications
You must be signed in to change notification settings - Fork 9
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
Deploy test env #408
Deploy test env #408
Conversation
- name: Deploy to Cloudflare | ||
run: | | ||
cat wrangler.toml.template \ | ||
| sed s/stampy-ui/redesign/ \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will this suffice for it to not overwrite the current page?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no idea 🤷
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
but I created 2 new GH secrets if you want to replace next 2 lines to be on the safe side 😅
then you can try that https://stampy-ui.aprillion.workers.dev/ is the version from my manual deploy last week vs https://redesign.aprillion.workers.dev/ would be created from this action (feel free to add some version indicator, e.g. console log git commit date or something, if it would be hard to spot a difference)
CLOUDFLARE_ACCT_ID_APRILLION_WORKERS_DEV
STAMPY_KV_ID_APRILLION_WORKERS_DEV
let me know if there are more steps to enable something somewhere to allow deploy from GH action in my CF account that I forgot about
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I'm not sure how to best deploy a test version of the new site, so please criticize this