Skip to content

Commit ea7b18d

Browse files
committed
Get rid of Herald
1 parent d7b90cc commit ea7b18d

File tree

21 files changed

+0
-441
lines changed

21 files changed

+0
-441
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -43,42 +43,3 @@ jobs:
4343
- id: URL
4444
run: echo "::set-output name=URL::$(jq -r '.JProfByBotStack.URL' cdk.out/outputs.json)"
4545
working-directory: .deploy/lambda
46-
47-
herald:
48-
name: Herald
49-
runs-on: ubuntu-latest
50-
steps:
51-
- uses: actions/checkout@v3
52-
53-
- uses: actions/setup-java@v3
54-
with:
55-
distribution: adopt
56-
java-version: 17
57-
58-
- uses: gradle/wrapper-validation-action@v1
59-
60-
- uses: gradle/gradle-build-action@v2
61-
with:
62-
arguments: :herald:install
63-
cache-read-only: ${{ github.ref != 'refs/heads/master' }}
64-
65-
- uses: docker/metadata-action@v3
66-
id: metadata
67-
with:
68-
images: |
69-
ghcr.io/${{ github.repository_owner }}/herald
70-
flavor: |
71-
latest=true
72-
73-
- uses: docker/login-action@v2
74-
with:
75-
registry: ghcr.io
76-
username: ${{ github.repository_owner }}
77-
password: ${{ secrets.GITHUB_TOKEN }}
78-
79-
- uses: docker/build-push-action@v3
80-
with:
81-
context: herald
82-
push: true
83-
tags: ${{ steps.metadata.outputs.tags }}
84-
labels: ${{ steps.metadata.outputs.labels }}

.github/workflows/herald.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

herald/Dockerfile

Lines changed: 0 additions & 8 deletions
This file was deleted.

herald/README.adoc

Lines changed: 0 additions & 3 deletions
This file was deleted.

herald/build.gradle.kts

Lines changed: 0 additions & 24 deletions
This file was deleted.

herald/processor/README.adoc

Lines changed: 0 additions & 3 deletions
This file was deleted.

herald/processor/build.gradle.kts

Lines changed: 0 additions & 10 deletions
This file was deleted.

herald/processor/src/main/kotlin/by/jprof/telegram/bot/herald/processor/HeraldVoteUpdateProcessor.kt

Lines changed: 0 additions & 29 deletions
This file was deleted.

herald/src/main/kotlin/by/jprof/telegram/bot/herald/App.kt

Lines changed: 0 additions & 19 deletions
This file was deleted.

herald/src/main/kotlin/by/jprof/telegram/bot/herald/impl/post.kt

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)