Skip to content

Commit

Permalink
Move to lila-docker's gitpod implementation (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev authored Oct 26, 2023
1 parent 85c8389 commit 1cdeb05
Show file tree
Hide file tree
Showing 19 changed files with 47 additions and 544 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
branches:
- main
paths:
- 'docs/**'
- 'mkdocs.yml'
- "docs/**"
- "mkdocs.yml"

jobs:
deploy:
Expand Down
44 changes: 0 additions & 44 deletions .github/workflows/publish-image.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/site/
116 changes: 0 additions & 116 deletions .gitpod.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .vscode/settings.json

This file was deleted.

76 changes: 0 additions & 76 deletions Dockerfile

This file was deleted.

8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ You can use Gitpod (a free, online, VS Code-like IDE) for contributing. With a s

Read the full [Lichess on Gitpod documentation](https://lichess-org.github.io/lila-gitpod/).

Click here to create a workspace: [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/lichess-org/lila-gitpod)
Click here to create a workspace:

![lila-on-gitpod](https://user-images.githubusercontent.com/271432/183785811-dc00e385-f13f-4226-9654-93b6465c75cb.png)

## Credits
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/new/#https://github.com/lichess-org/lila-docker)

Base Dockerfile modified from [benediktwerner/lichess-docker](https://github.com/benediktwerner/lichess-docker)
![lila-on-gitpod](https://user-images.githubusercontent.com/271432/183785811-dc00e385-f13f-4226-9654-93b6465c75cb.png)
49 changes: 0 additions & 49 deletions build/nginx/errors/502.html

This file was deleted.

34 changes: 0 additions & 34 deletions build/nginx/lichess.conf

This file was deleted.

4 changes: 2 additions & 2 deletions docs/api-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Consider using a lila-gitpod workspace while you develop your API integration be

## Bot Development

1. Create an account for your bot
2. Point your bot to use your workspace's development site instead of `lichess.org`
1. Create an account for your bot
2. Point your bot to use your workspace's development site instead of `lichess.org`

!!! info "Using lichess-bot"

Expand Down
5 changes: 3 additions & 2 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@

Before submitting any pull requests, run the linters:

sbt scalafmtAll
pnpm run format
```bash
./lila-docker format
```

## Submitting a Pull Request

Expand Down
Loading

0 comments on commit 1cdeb05

Please sign in to comment.