Skip to content

Commit

Permalink
redis for everything (#63)
Browse files Browse the repository at this point in the history
* remove some stuff that doesn't need to be in the repo
* move some docs stuff to the lightning folder
* cleanup plugins and plugin api
* move all data storage to redis
* simplify cli
* redo some command stuff
  • Loading branch information
williamhorning authored May 19, 2024
1 parent f091ad7 commit dedb7b2
Show file tree
Hide file tree
Showing 53 changed files with 1,610 additions and 2,142 deletions.
6 changes: 0 additions & 6 deletions .editorconfig

This file was deleted.

6 changes: 0 additions & 6 deletions .github/CODE_OF_CONDUCT.md

This file was deleted.

31 changes: 12 additions & 19 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
packages: write

jobs:
jsr:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
Expand All @@ -21,28 +21,21 @@ jobs:
uses: denoland/setup-deno@v1
with:
deno-version: v1.42.0
- name: publish to jsr
run: |
cd packages/lightning
deno publish
docker:
runs-on: ubuntu-latest
steps:
# Get the repository's code
- name: checkout
uses: actions/checkout@v4
- name: set up QEMU
- name: setup qemu
uses: docker/setup-qemu-action@v1
- name: set up buildx
id: buildx
- name: setup buildx
uses: docker/setup-buildx-action@v1
- name: Login to Docker Hub
- name: login to docker hub
uses: docker/login-action@v1
with:
username: williamfromnj
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: metadata
id: yo
- name: go to the directory
run: cd packages/lightning
- name: publish to jsr
run: deno publish
- name: setup docker metadata
id: metadata
uses: docker/metadata-action@v3
with:
images: williamfromnj/bolt
Expand All @@ -53,5 +46,5 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.yo.outputs.tags }}
labels: ${{ steps.yo.outputs.labels }}
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}
21 changes: 0 additions & 21 deletions .github/workflows/tests.yml

This file was deleted.

22 changes: 0 additions & 22 deletions docker-compose.example.yml

This file was deleted.

13 changes: 0 additions & 13 deletions dockerfile

This file was deleted.

57 changes: 0 additions & 57 deletions packages/bolt-discord/commands.ts

This file was deleted.

Loading

0 comments on commit dedb7b2

Please sign in to comment.