mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
chore: remove in-progress unused stuff from repo
This commit is contained in:
parent
13a44364ad
commit
7ffe83ab5e
20 changed files with 0 additions and 4406 deletions
|
|
@ -1,15 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
notify () {
|
||||
curl $MGMT/notify -d "$1"
|
||||
}
|
||||
|
||||
curl $MGMT/config > pluralkit.conf
|
||||
|
||||
notify "Cluster $NOMAD_ALLOC_INDEX starting"
|
||||
|
||||
export PluralKit__Bot__Cluster__NodeName="pluralkit-$NOMAD_ALLOC_INDEX"
|
||||
|
||||
dotnet bin/PluralKit.Bot.dll
|
||||
|
||||
notify "Cluster $NOMAD_ALLOC_INDEX exited with code $?"
|
||||
Loading…
Add table
Add a link
Reference in a new issue