Parcourir la source

Fix Unknown addon provider in scalingo.json (#7928)

master
Satsuki Yanagi il y a 5 ans
committed by Eugen Rochko
Parent
révision
6d45f768a6
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      scalingo.json

+ 2
- 2
scalingo.json Voir le fichier

@@ -97,7 +97,7 @@
"postdeploy": "bundle exec rails db:migrate && bundle exec rails db:seed"
},
"addons": [
"scalingo-postgresql",
"scalingo-redis"
"postgresql",
"redis"
]
}

Chargement…
Annuler
Enregistrer