Compare commits

...
3 Commits
Author SHA1 Message Date
Dustin Pianalto 243fa19e36 Don't run migrations
CI / build (push) Has been cancelled
2021-10-02 17:56:03 -08:00
Dustin Pianalto fcbf803ae2 Merge branch 'development'
CI / build (push) Has been cancelled
2021-10-02 17:17:28 -08:00
Dustin Pianalto 14390c5c21 Update deployment and action
CI / build (push) Has been cancelled
2021-10-02 16:42:40 -08:00
+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{