Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3a7bf68ba9 | ||
|
|
243fa19e36 |
@@ -28,7 +28,7 @@ func main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
database.ConnectDatabase(os.Getenv("DATABASE_URL"))
|
database.ConnectDatabase(os.Getenv("DATABASE_URL"))
|
||||||
database.RunMigrations()
|
//database.RunMigrations()
|
||||||
services.InitializeServices()
|
services.InitializeServices()
|
||||||
|
|
||||||
owners := []string{
|
owners := []string{
|
||||||
|
|||||||
+1
-1
@@ -42,4 +42,4 @@ spec:
|
|||||||
name: geeksbot
|
name: geeksbot
|
||||||
key: discord_token
|
key: discord_token
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: registry-2
|
- name: registry-1
|
||||||
|
|||||||
Reference in New Issue
Block a user