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

Remove staging setup #562

Merged
merged 2 commits into from
Sep 26, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ English | [Deutsch](docs/de/readme.md)

## Documentation

* [Staging Setup](./docs/staging-setup.md)
* [Production Setup](./docs/production-setup.md)
* [GraphQL Code Generation](./docs/graphql_generation.md)
* [Protobuf Code Generation](./docs/protobuf-generation.md)
Expand Down
2 changes: 1 addition & 1 deletion administration/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ COPY ./administration /app/druckerei

RUN npm install

ENV REACT_APP_API_BASE_URL=https://api.staging.ehrenamtskarte.app
ENV REACT_APP_API_BASE_URL=https://api.ehrenamtskarte.app
maxammann marked this conversation as resolved.
Show resolved Hide resolved
# start app
CMD ["npm", "run", "start"]
38 changes: 0 additions & 38 deletions docker-compose.staging.yml

This file was deleted.

73 changes: 0 additions & 73 deletions docker/reverse_proxy/nginx-staging.conf

This file was deleted.

133 changes: 0 additions & 133 deletions docs/staging-setup.md

This file was deleted.