Compare commits

...
4 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 47ecefb048 Update action
CI / build (push) Has been cancelled
2021-10-02 16:59:49 -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
@@ -61,4 +61,4 @@ jobs:
run: kubectl apply -f $GITHUB_WORKSPACE/deployment.yml
- name: Verify deployment
run: kubectl rollout status deployment/geeksbot
run: kubectl rollout status -n discord-bots deployment/geeksbot
+1 -1
View File
@@ -28,7 +28,7 @@ func main() {
}
database.ConnectDatabase(os.Getenv("DATABASE_URL"))
database.RunMigrations()
//database.RunMigrations()
services.InitializeServices()
owners := []string{