On met en place la version prod
This commit is contained in:
0
deployment/scripts/backend/start.sh
Normal file → Executable file
0
deployment/scripts/backend/start.sh
Normal file → Executable file
0
deployment/scripts/celery/start-beat.sh
Normal file → Executable file
0
deployment/scripts/celery/start-beat.sh
Normal file → Executable file
0
deployment/scripts/celery/start-worker.sh
Normal file → Executable file
0
deployment/scripts/celery/start-worker.sh
Normal file → Executable file
7
deployment/scripts/wait-db.sh
Normal file
7
deployment/scripts/wait-db.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
wait_for_it=$(dirname "$0")/wait-for-it.sh
|
||||
|
||||
chmod +x $wait_for_it
|
||||
chmod +x $1
|
||||
|
||||
$wait_for_it -h $POSTGRES_HOST -p $POSTGRES_PORT -- $1
|
0
deployment/scripts/backend/wait-for-it.sh → deployment/scripts/wait-for-it.sh
Normal file → Executable file
0
deployment/scripts/backend/wait-for-it.sh → deployment/scripts/wait-for-it.sh
Normal file → Executable file
Reference in New Issue
Block a user