Skip to content

Commit cafc27c

Browse files
committed
WIP Deploy
1 parent 85af28a commit cafc27c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/deploy.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125

126126
# Redémarrer le serveur Gunicorn
127127
after 'deploy:publishing', 'gunicorn:stop'
128-
after 'gunicon:stop', 'gunicorn:restart'
128+
after 'gunicorn:stop', 'gunicorn:restart'
129129

130130
# Après le redémarrage de Gunicorn, exécutez les migrations de la base de données et collectez les fichiers statiques
131131
after 'gunicorn:restart', 'deploy:migrate_database'

0 commit comments

Comments
 (0)