Compare commits

...
2 Commits
Author SHA1 Message Date
Dustin Pianalto 3a7bf68ba9 Update registry
CI / build (push) Has been cancelled
2021-10-05 23:47:59 -08:00
Dustin Pianalto 243fa19e36 Don't run migrations
CI / build (push) Has been cancelled
2021-10-02 17:56:03 -08:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -42,4 +42,4 @@ spec:
name: geeksbot name: geeksbot
key: discord_token key: discord_token
imagePullSecrets: imagePullSecrets:
- name: registry-2 - name: registry-1