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

Update readme #57

Merged
merged 2 commits into from
Apr 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ Todo:
- [ ] Support for authorization
- [ ] Terminate session on disconnect
- [ ] Simulate being offline (and buffering commands)
- [ ] Time travel
- [ ] OCPP 2.1 Support
- [x] Time travel
- [x] OCPP 2.1 Support
- [ ] Animation for plugging in cable
- [ ] Animation for cars
- [x] Animation for cars
- [ ] Animation for connectivity on the station
- [ ] Tweak UI for big screens
- [ ] Tweak responsiveness for mobile
Expand Down Expand Up @@ -99,6 +99,11 @@ object `window.__env_conf`.

### Deployment

1. In case you're using gcloud, be sure to run:
`gcloud auth configure-docker <region>` (region example `europe-west3-docker.pkg.dev`)
2. Run `bash buildandpush.sh <resource to push to>`
Deployment to staging happens automatically when pushing to `master`.

To deploy to production:

to deploy to production:
- Grab the hash of the image that you want to deploy from https://quay.io/repository/road/chargestation?tab=tags
- Update the hash in e-flux/deployment/environments/production/services/chargestation/chargestation-deployment.yml and merge to master (using a PR of course)

17 changes: 0 additions & 17 deletions buildandpush.sh

This file was deleted.