Compare commits

...
4 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
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
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.RunMigrations()
//database.RunMigrations()
services.InitializeServices()
owners := []string{
+1 -1
View File
@@ -42,4 +42,4 @@ spec:
name: geeksbot
key: discord_token
imagePullSecrets:
- name: registry-2
- name: registry-1