Skip to content
Open
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
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,9 @@ You need a local webserver, one simple way is :

`python3 -m http.server`

## Deploy to Clever Cloud
## Deploy

```
git remote add clever git+ssh://[email protected]/app_<SECRET_STRING>.git
git push -u clever main:master
```
The deployment is made by Github workflow automatically on merging to main branch.

## Adding a contributor to the actual list

Expand Down