Skip to content
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

Create env variable that enables us to deploy just the static pages from the dev branch #73

Closed
positiveimpact opened this issue Jan 29, 2020 · 0 comments · Fixed by #85
Assignees

Comments

@positiveimpact
Copy link
Member

positiveimpact commented Jan 29, 2020

Right now we're deploying pre-launch-website branch to climateconnect.earth. On that branch all pages besides a few necessary static pages are commented out.
The problem with this setup is, that we need to always manually comment out new pages, if we merge in develop and this might lead to manual errors. Therefore we should create an env variable PRE_LAUNCH.

In PRE_LAUNCH mode, if you access the main page should serve the /about page. Also none of the links in the header besides the logo should be shown. The only other pages, that should be accessible are /impressum and /faq. The footer can be shown as usual.
This depends on #49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants